| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-01-30 | 13 | -62/+115 |
|\ |
|
| * | packet: Avoid lock_sock in mmap handler | Herbert Xu | 2009-01-30 | 1 | -2/+7 |
| * | wimax: fix build issue when debugfs is disabled | Inaky Perez-Gonzalez | 2009-01-30 | 2 | -11/+13 |
| * | ipv4: fix infinite retry loop in IP-Config | Benjamin Zores | 2009-01-30 | 1 | -3/+3 |
| * | net: Fix OOPS in skb_seq_read(). | Shyam Iyer | 2009-01-30 | 1 | -5/+5 |
| * | net: Fix frag_list handling in skb_seq_read | Herbert Xu | 2009-01-30 | 1 | -2/+3 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-01-30 | 1 | -12/+20 |
| |\ |
|
| | * | cfg80211: print correct intersected regulatory domain | Luis R. Rodriguez | 2009-01-29 | 1 | -1/+1 |
| | * | cfg80211: Fix sanity check on 5 GHz when processing country IE | Luis R. Rodriguez | 2009-01-29 | 1 | -11/+19 |
| * | | ipv6: Make mc_forwarding sysctl read-only. | David S. Miller | 2009-01-28 | 1 | -1/+1 |
| * | | IPv6: Fix multicast routing bugs. | Thomas Goff | 2009-01-28 | 3 | -7/+20 |
| * | | net: fix xfrm reverse flow lookup for icmp6 | Jiri Pirko | 2009-01-28 | 1 | -2/+2 |
| * | | tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits. | Dimitris Michailidis | 2009-01-27 | 1 | -1/+2 |
| * | | udp: optimize bind(0) if many ports are in use | Eric Dumazet | 2009-01-27 | 1 | -16/+39 |
| |/ |
|
* | | gro: Open-code memcpy in napi_fraginfo_skb | Herbert Xu | 2009-01-30 | 1 | -1/+9 |
* | | gro: Do not merge paged packets into frag_list | Herbert Xu | 2009-01-30 | 1 | -3/+5 |
* | | gro: Avoid copying headers of unmerged packets | Herbert Xu | 2009-01-30 | 8 | -44/+111 |
* | | gro: Move common completion code into helpers | Herbert Xu | 2009-01-30 | 2 | -59/+56 |
* | | net: Get rid of by-hand TX queue hashing. | David S. Miller | 2009-01-28 | 1 | -59/+14 |
* | | net: If SKB has attached socket, use socket's hash for TX queue selection. | David S. Miller | 2009-01-28 | 1 | -0/+7 |
* | | net: Allow RX queue selection to seed TX queue hashing. | David S. Miller | 2009-01-28 | 1 | -0/+8 |
* | | Phonet: use per-namespace devices list | remi.denis-courmont@nokia | 2009-01-27 | 2 | -39/+80 |
* | | Phonet: remove useless locking in device cleanup | remi.denis-courmont@nokia | 2009-01-27 | 1 | -6/+1 |
* | | Phonet: handle rtnetlink registration failure | remi.denis-courmont@nokia | 2009-01-27 | 2 | -6/+15 |
* | | Phonet: allow phonet_device_init() to fail, put it to __init section | remi.denis-courmont@nokia | 2009-01-27 | 2 | -4/+9 |
* | | Phonet: check destination before delivering packets locally | remi.denis-courmont@nokia | 2009-01-27 | 1 | -11/+9 |
* | | Phonet: move to Networking options like other protocol stacks | remi.denis-courmont@nokia | 2009-01-27 | 1 | -1/+1 |
* | | gre: optimize hash lookup | Timo Teras | 2009-01-27 | 1 | -29/+40 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-01-27 | 9 | -19/+106 |
|\| |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-01-27 | 17 | -79/+206 |
| |\ |
|
| | * | vlan: Export symbols as non GPL symbols. | Ben Greear | 2009-01-26 | 1 | -2/+2 |
| | * | net: Move config NET_NS to from net/Kconfig to init/Kconfig | Matt Helsley | 2009-01-26 | 1 | -8/+0 |
| | * | af_key: initialize xfrm encap_oa | Timo Teras | 2009-01-26 | 1 | -0/+1 |
| | * | sctp: Fix another socket race during accept/peeloff | Vlad Yasevich | 2009-01-22 | 1 | -0/+13 |
| | * | sctp: Properly timestamp outgoing data chunks for rtx purposes | Vlad Yasevich | 2009-01-22 | 1 | -3/+4 |
| | * | sctp: Correctly start rtx timer on new packet transmissions. | Vlad Yasevich | 2009-01-22 | 1 | -2/+1 |
| | * | mac80211: fix slot time debug message | Christian Lamparter | 2009-01-22 | 1 | -2/+2 |
| | * | mac80211: decrement ref count to netdev after launching mesh discovery | Brian Cavagnolo | 2009-01-22 | 1 | -2/+4 |
| * | | fs/Kconfig: move sunrpc out | Alexey Dobriyan | 2009-01-22 | 1 | -0/+79 |
* | | | netns: ipmr: enable namespace support in ipv4 multicast routing code | Benjamin Thery | 2009-01-22 | 2 | -113/+141 |
* | | | netns: ipmr: declare ipmr /proc/net entries per-namespace | Benjamin Thery | 2009-01-22 | 1 | -39/+62 |
* | | | netns: ipmr: declare reg_vif_num per-namespace | Benjamin Thery | 2009-01-22 | 1 | -10/+12 |
* | | | netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespace | Benjamin Thery | 2009-01-22 | 1 | -13/+11 |
* | | | netns: ipmr: declare counter cache_resolve_queue_len per-namespace | Benjamin Thery | 2009-01-22 | 1 | -18/+21 |
* | | | netns: ipmr: dynamically allocate mfc_cache_array | Benjamin Thery | 2009-01-22 | 1 | -13/+28 |
* | | | netns: ipmr: store netns in struct mfc_cache | Benjamin Thery | 2009-01-22 | 1 | -9/+17 |
* | | | netns: ipmr: dynamically allocate vif_table | Benjamin Thery | 2009-01-22 | 1 | -41/+68 |
* | | | netns: ipmr: allocate mroute_socket per-namespace. | Benjamin Thery | 2009-01-22 | 1 | -15/+13 |
* | | | sctp/ipv6.c: use ipv6_addr_copy | Joe Perches | 2009-01-22 | 1 | -2/+1 |
* | | | gre: strict physical device binding | Timo Teras | 2009-01-21 | 1 | -40/+88 |