| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | fs/9p, net/9p: memory leak fixes | Latchesar Ionkov | 2010-09-13 | 1 | -1/+6 |
| |/ / |
|
| * | | sctp: fix test for end of loop | Joe Perches | 2010-09-09 | 1 | -23/+23 |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2010-09-08 | 23 | -274/+919 |
| |\ \ |
|
| * | | | udp: add rehash on connect() | Eric Dumazet | 2010-09-08 | 4 | -2/+64 |
| * | | | net: blackhole route should always be recalculated | Jianzhao Wang | 2010-09-08 | 1 | -1/+6 |
| * | | | ipv4: Suppress lockdep-RCU false positive in FIB trie (3) | Jarek Poplawski | 2010-09-08 | 1 | -2/+6 |
| * | | | ipvs: fix active FTP | Julian Anastasov | 2010-09-08 | 3 | -12/+13 |
| * | | | gro: Re-fix different skb headrooms | Jarek Poplawski | 2010-09-08 | 1 | -1/+1 |
| * | | | ipv4: Fix reverse path filtering with multipath routing. | David S. Miller | 2010-09-07 | 1 | -2/+13 |
| * | | | UNIX: Do not loop forever at unix_autobind(). | Tetsuo Handa | 2010-09-07 | 1 | -3/+12 |
| * | | | irda: off by one | Dan Carpenter | 2010-09-07 | 1 | -1/+1 |
| * | | | netfilter: discard overlapping IPv6 fragment | Nicolas Dichtel | 2010-09-07 | 1 | -65/+15 |
| * | | | ipv6: discard overlapping fragment | Nicolas Dichtel | 2010-09-07 | 1 | -56/+15 |
| * | | | net: fix tx queue selection for bridged devices implementing select_queue | Helmut Schaa | 2010-09-07 | 1 | -8/+8 |
* | | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Ingo Molnar | 2010-10-07 | 26 | -102/+143 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-09-07 | 14 | -37/+91 |
| |\ \ \
| | |/ / |
|
| | * | | pkt_sched: Fix lockdep warning on est_tree_lock in gen_estimator | Jarek Poplawski | 2010-09-02 | 1 | -6/+6 |
| | * | | ipvs: avoid oops for passive FTP | Julian Anastasov | 2010-09-02 | 1 | -1/+2 |
| | * | | gro: fix different skb headrooms | Eric Dumazet | 2010-09-01 | 1 | -2/+6 |
| | * | | bridge: Clear INET control block of SKBs passed into ip_fragment(). | David S. Miller | 2010-09-01 | 1 | -2/+4 |
| | * | | ipv4: minor fix about RPF in help of Kconfig | Nicolas Dichtel | 2010-09-01 | 1 | -1/+1 |
| | * | | xfrm_user: avoid a warning with some compiler | Nicolas Dichtel | 2010-09-01 | 1 | -1/+1 |
| | * | | net/sched/sch_hfsc.c: initialize parent's cl_cfmin properly in init_vf() | Michal Soltys | 2010-09-01 | 1 | -1/+1 |
| | * | | net sched: fix kernel leak in act_police | Jeff Mahoney | 2010-09-01 | 1 | -12/+9 |
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-09-01 | 4 | -9/+37 |
| | |\ \
| | | |/ |
|
| | | * | wireless: register wiphy rfkill w/o holding cfg80211_mutex | John W. Linville | 2010-08-31 | 1 | -9/+12 |
| | | * | wireless extensions: fix kernel heap content leak | Johannes Berg | 2010-08-30 | 2 | -0/+19 |
| | | * | mac80211: delete work timer | Johannes Berg | 2010-08-30 | 1 | -0/+6 |
| | * | | netlink: Make NETLINK_USERSOCK work again. | David S. Miller | 2010-08-31 | 1 | -0/+22 |
| | * | | irda: Correctly clean up self->ias_obj on irda_bind() failure. | David S. Miller | 2010-08-30 | 1 | -2/+2 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-28 | 7 | -32/+21 |
| |\ \ \
| | |/ / |
|
| | * | | net/ipv4: Eliminate kstrdup memory leak | Julia Lawall | 2010-08-27 | 1 | -2/+3 |
| | * | | net/caif/cfrfml.c: use asm/unaligned.h | Jeff Mahoney | 2010-08-26 | 1 | -1/+1 |
| | * | | ax25: missplaced sock_put(sk) | Bernard Pidoux F6BVP | 2010-08-26 | 1 | -1/+1 |
| | * | | l2tp: test for ethernet header in l2tp_eth_dev_recv() | Eric Dumazet | 2010-08-26 | 1 | -1/+1 |
| | * | | tcp: select(writefds) don't hang up when a peer close connection | KOSAKI Motohiro | 2010-08-25 | 1 | -1/+2 |
| | * | | tcp: fix three tcp sysctls tuning | Eric Dumazet | 2010-08-25 | 1 | -17/+7 |
| | * | | tcp: Combat per-cpu skew in orphan tests. | David S. Miller | 2010-08-25 | 2 | -8/+5 |
| | * | | bridge: netfilter: fix a memory leak | Changli Gao | 2010-08-23 | 1 | -1/+1 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-23 | 7 | -33/+31 |
| |\ \ \
| | |/ / |
|
| | * | | netfilter: fix CONFIG_COMPAT support | Florian Westphal | 2010-08-23 | 3 | -0/+9 |
| | * | | irda: fix a race in irlan_eth_xmit() | Eric Dumazet | 2010-08-19 | 1 | -1/+3 |
| | * | | vlan: Match underlying dev carrier on vlan add | Phil Oester | 2010-08-19 | 1 | -1/+2 |
| | * | | rds: fix a leak of kernel memory | Eric Dumazet | 2010-08-18 | 1 | -1/+1 |
| | * | | netlink: fix compat recvmsg | Johannes Berg | 2010-08-18 | 1 | -30/+16 |
* | | | | net/netfilter: __rcu annotations | Arnd Bergmann | 2010-08-19 | 7 | -9/+9 |
|/ / / |
|
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2010-08-18 | 4 | -15/+46 |
|\ \ \ |
|
| * | | | NFS: Fix the selection of security flavours in Kconfig | Trond Myklebust | 2010-08-17 | 1 | -4/+5 |
| * | | | rpcrdma: Fix SQ size calculation when memreg is FRMR | Tom Tucker | 2010-08-11 | 2 | -4/+18 |
| * | | | xprtrdma: Do not truncate iova_start values in frmr registrations. | Steve Wise | 2010-08-11 | 1 | -1/+1 |