summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-3013-62/+115
|\
| * packet: Avoid lock_sock in mmap handlerHerbert Xu2009-01-301-2/+7
| * wimax: fix build issue when debugfs is disabledInaky Perez-Gonzalez2009-01-292-11/+13
| * ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores2009-01-291-3/+3
| * net: Fix OOPS in skb_seq_read().Shyam Iyer2009-01-291-5/+5
| * net: Fix frag_list handling in skb_seq_readHerbert Xu2009-01-291-2/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-01-291-12/+20
| |\
| | * cfg80211: print correct intersected regulatory domainLuis R. Rodriguez2009-01-291-1/+1
| | * cfg80211: Fix sanity check on 5 GHz when processing country IELuis R. Rodriguez2009-01-291-11/+19
| * | ipv6: Make mc_forwarding sysctl read-only.David S. Miller2009-01-271-1/+1
| * | IPv6: Fix multicast routing bugs.Thomas Goff2009-01-273-7/+20
| * | net: fix xfrm reverse flow lookup for icmp6Jiri Pirko2009-01-271-2/+2
| * | tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis2009-01-261-1/+2
| * | udp: optimize bind(0) if many ports are in useEric Dumazet2009-01-261-16/+39
| |/
* | gro: Open-code memcpy in napi_fraginfo_skbHerbert Xu2009-01-291-1/+9
* | gro: Do not merge paged packets into frag_listHerbert Xu2009-01-291-3/+5
* | gro: Avoid copying headers of unmerged packetsHerbert Xu2009-01-298-44/+111
* | gro: Move common completion code into helpersHerbert Xu2009-01-292-59/+56
* | net: Get rid of by-hand TX queue hashing.David S. Miller2009-01-271-59/+14
* | net: If SKB has attached socket, use socket's hash for TX queue selection.David S. Miller2009-01-271-0/+7
* | net: Allow RX queue selection to seed TX queue hashing.David S. Miller2009-01-271-0/+8
* | Phonet: use per-namespace devices listremi.denis-courmont@nokia2009-01-262-39/+80
* | Phonet: remove useless locking in device cleanupremi.denis-courmont@nokia2009-01-261-6/+1
* | Phonet: handle rtnetlink registration failureremi.denis-courmont@nokia2009-01-262-6/+15
* | Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia2009-01-262-4/+9
* | Phonet: check destination before delivering packets locallyremi.denis-courmont@nokia2009-01-261-11/+9
* | Phonet: move to Networking options like other protocol stacksremi.denis-courmont@nokia2009-01-261-1/+1
* | gre: optimize hash lookupTimo Teras2009-01-261-29/+40
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-269-19/+106
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-2617-79/+206
| |\
| | * vlan: Export symbols as non GPL symbols.Ben Greear2009-01-261-2/+2
| | * net: Move config NET_NS to from net/Kconfig to init/KconfigMatt Helsley2009-01-261-8/+0
| | * af_key: initialize xfrm encap_oaTimo Teras2009-01-251-0/+1
| | * sctp: Fix another socket race during accept/peeloffVlad Yasevich2009-01-221-0/+13
| | * sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich2009-01-221-3/+4
| | * sctp: Correctly start rtx timer on new packet transmissions.Vlad Yasevich2009-01-221-2/+1
| | * mac80211: fix slot time debug messageChristian Lamparter2009-01-221-2/+2
| | * mac80211: decrement ref count to netdev after launching mesh discoveryBrian Cavagnolo2009-01-221-2/+4
| * | fs/Kconfig: move sunrpc outAlexey Dobriyan2009-01-221-0/+79
* | | netns: ipmr: enable namespace support in ipv4 multicast routing codeBenjamin Thery2009-01-222-113/+141
* | | netns: ipmr: declare ipmr /proc/net entries per-namespaceBenjamin Thery2009-01-221-39/+62
* | | netns: ipmr: declare reg_vif_num per-namespaceBenjamin Thery2009-01-221-10/+12
* | | netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery2009-01-221-13/+11
* | | netns: ipmr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery2009-01-221-18/+21
* | | netns: ipmr: dynamically allocate mfc_cache_arrayBenjamin Thery2009-01-221-13/+28
* | | netns: ipmr: store netns in struct mfc_cacheBenjamin Thery2009-01-221-9/+17
* | | netns: ipmr: dynamically allocate vif_tableBenjamin Thery2009-01-221-41/+68
* | | netns: ipmr: allocate mroute_socket per-namespace.Benjamin Thery2009-01-221-15/+13
* | | sctp/ipv6.c: use ipv6_addr_copyJoe Perches2009-01-221-2/+1
* | | gre: strict physical device bindingTimo Teras2009-01-211-40/+88