Age | Commit message (Expand) | Author | Files | Lines |
2011-01-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 45 | -279/+235 |
2011-01-12 | Merge branch 'master' of git://1984.lsi.us.es/net-2.6 | David S. Miller | 5 | -103/+49 |
2011-01-12 | Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 9 | -196/+345 |
2011-01-12 | netfilter: fix race in conntrack between dump_table and destroy | Stephen Hemminger | 1 | -9/+5 |
2011-01-12 | ah: reload pointers to skb data after calling skb_cow_data() | Dang Hongwu | 2 | -6/+9 |
2011-01-12 | xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNC | Nicolas Dichtel | 1 | -1/+3 |
2011-01-12 | tcp: disallow bind() to reuse addr/port | Eric Dumazet | 2 | -3/+4 |
2011-01-11 | net/9p: Use proper data types | M. Mohan Kumar | 1 | -12/+10 |
2011-01-11 | CAIF: Fix IPv6 support in receive path for GPRS/3G | Kumar Sanghvi | 1 | -1/+17 |
2011-01-11 | arp: allow to invalidate specific ARP entries | Maxim Levitsky | 1 | -11/+18 |
2011-01-11 | net_sched: factorize qdisc stats handling | Eric Dumazet | 23 | -66/+36 |
2011-01-11 | net: Add alloc_netdev_mqs function | Tom Herbert | 2 | -16/+28 |
2011-01-11 | caif: don't set connection request param size before copying data | Dan Rosenberg | 1 | -1/+1 |
2011-01-11 | phonet: some signedness bugs | Dan Carpenter | 1 | -3/+3 |
2011-01-10 | Merge branch 'bugfixes' into nfs-for-2.6.38 | Trond Myklebust | 26 | -113/+278 |
2011-01-10 | NFS: Don't use vm_map_ram() in readdir | Trond Myklebust | 1 | -31/+124 |
2011-01-10 | netfilter: x_tables: dont block BH while reading counters | Eric Dumazet | 4 | -94/+44 |
2011-01-10 | net offloading: Convert checksums to use centrally computed features. | Jesse Gross | 1 | -28/+12 |
2011-01-10 | net offloading: Convert skb_need_linearize() to use precomputed features. | Jesse Gross | 1 | -15/+6 |
2011-01-10 | net offloading: Convert dev_gso_segment() to use precomputed features. | Jesse Gross | 1 | -5/+3 |
2011-01-10 | net offloading: Pass features into netif_needs_gso(). | Jesse Gross | 1 | -2/+6 |
2011-01-10 | net offloading: Generalize netif_get_vlan_features(). | Jesse Gross | 1 | -8/+27 |
2011-01-10 | net offloading: Accept NETIF_F_HW_CSUM for all protocols. | Jesse Gross | 1 | -1/+1 |
2011-01-10 | net: fix kernel-doc warning in core/filter.c | Randy Dunlap | 1 | -1/+1 |
2011-01-10 | netlink: test for all flags of the NLM_F_DUMP composite | Jan Engelhardt | 5 | -6/+6 |
2011-01-10 | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 | David S. Miller | 3 | -3/+6 |
2011-01-08 | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 5 | -5/+5 |
2011-01-08 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 1 | -0/+2 |
2011-01-07 | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -7/+31 |
2011-01-07 | dccp: make upper bound for seq_window consistent on 32/64 bit | Gerrit Renker | 1 | -1/+3 |
2011-01-07 | dccp: fix bug in updating the GSR | Samuel Jero | 1 | -1/+2 |
2011-01-07 | dccp: fix return value for sequence-invalid packets | Samuel Jero | 1 | -1/+1 |
2011-01-07 | fs: scale mntget/mntput | Nick Piggin | 1 | -2/+17 |
2011-01-07 | fs: improve scalability of pseudo filesystems | Nick Piggin | 1 | -1/+1 |
2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 2 | -2/+2 |
2011-01-07 | fs: avoid inode RCU freeing for pseudo fs | Nick Piggin | 1 | -8/+9 |
2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 2 | -9/+17 |
2011-01-07 | fs: change d_delete semantics | Nick Piggin | 1 | -1/+1 |
2011-01-06 | NFS rename client back channel transport field | Andy Adamson | 2 | -2/+2 |
2011-01-06 | NFS associate sessionid with callback connection | Andy Adamson | 1 | -1/+3 |
2011-01-06 | SUNRPC register and unregister the back channel transport | Andy Adamson | 1 | -0/+20 |
2011-01-06 | SUNRPC new transport for the NFSv4.1 shared back channel | Andy Adamson | 2 | -24/+62 |
2011-01-06 | SUNRPC fix bc_send print | Andy Adamson | 1 | -1/+1 |
2011-01-06 | SUNRPC move svc_drop to caller of svc_process_common | Andy Adamson | 1 | -14/+16 |
2011-01-06 | net: bridge: check the length of skb after nf_bridge_maybe_copy_header() | Changli Gao | 1 | -10/+6 |
2011-01-06 | netfilter: fix export secctx error handling | Pablo Neira Ayuso | 3 | -13/+16 |
2011-01-06 | netfilter: fix the race when initializing nf_ct_expect_hash_rnd | Changli Gao | 2 | -20/+20 |
2011-01-06 | ipv4: IP defragmentation must be ECN aware | Eric Dumazet | 1 | -0/+34 |
2011-01-06 | dcb: use after free in dcb_flushapp() | Dan Carpenter | 1 | -1/+2 |
2011-01-06 | dcb: unlock on error in dcbnl_ieee_get() | Dan Carpenter | 1 | -3/+8 |