summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison35-50/+50
2009-02-01net: Optimize memory usage when splicing from sockets.Jarek Poplawski1-11/+36
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller13-62/+115
2009-01-30packet: Avoid lock_sock in mmap handlerHerbert Xu1-2/+7
2009-01-29wimax: fix build issue when debugfs is disabledInaky Perez-Gonzalez2-11/+13
2009-01-29gro: Open-code memcpy in napi_fraginfo_skbHerbert Xu1-1/+9
2009-01-29gro: Do not merge paged packets into frag_listHerbert Xu1-3/+5
2009-01-29gro: Avoid copying headers of unmerged packetsHerbert Xu8-44/+111
2009-01-29gro: Move common completion code into helpersHerbert Xu2-59/+56
2009-01-29ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores1-3/+3
2009-01-29net: Fix OOPS in skb_seq_read().Shyam Iyer1-5/+5
2009-01-29net: Fix frag_list handling in skb_seq_readHerbert Xu1-2/+3
2009-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-12/+20
2009-01-29cfg80211: print correct intersected regulatory domainLuis R. Rodriguez1-1/+1
2009-01-29cfg80211: Fix sanity check on 5 GHz when processing country IELuis R. Rodriguez1-11/+19
2009-01-27ipv6: Make mc_forwarding sysctl read-only.David S. Miller1-1/+1
2009-01-27IPv6: Fix multicast routing bugs.Thomas Goff3-7/+20
2009-01-27net: fix xfrm reverse flow lookup for icmp6Jiri Pirko1-2/+2
2009-01-27net: Get rid of by-hand TX queue hashing.David S. Miller1-59/+14
2009-01-27net: If SKB has attached socket, use socket's hash for TX queue selection.David S. Miller1-0/+7
2009-01-27net: Allow RX queue selection to seed TX queue hashing.David S. Miller1-0/+8
2009-01-26tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis1-1/+2
2009-01-26udp: optimize bind(0) if many ports are in useEric Dumazet1-16/+39
2009-01-26Phonet: use per-namespace devices listremi.denis-courmont@nokia2-39/+80
2009-01-26Phonet: remove useless locking in device cleanupremi.denis-courmont@nokia1-6/+1
2009-01-26Phonet: handle rtnetlink registration failureremi.denis-courmont@nokia2-6/+15
2009-01-26Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia2-4/+9
2009-01-26Phonet: check destination before delivering packets locallyremi.denis-courmont@nokia1-11/+9
2009-01-26Phonet: move to Networking options like other protocol stacksremi.denis-courmont@nokia1-1/+1
2009-01-26gre: optimize hash lookupTimo Teras1-29/+40
2009-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller9-19/+106
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-79/+206
2009-01-26vlan: Export symbols as non GPL symbols.Ben Greear1-2/+2
2009-01-26net: Move config NET_NS to from net/Kconfig to init/KconfigMatt Helsley1-8/+0
2009-01-25af_key: initialize xfrm encap_oaTimo Teras1-0/+1
2009-01-22sctp: Fix another socket race during accept/peeloffVlad Yasevich1-0/+13
2009-01-22sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich1-3/+4
2009-01-22sctp: Correctly start rtx timer on new packet transmissions.Vlad Yasevich1-2/+1
2009-01-22netns: ipmr: enable namespace support in ipv4 multicast routing codeBenjamin Thery2-113/+141
2009-01-22netns: ipmr: declare ipmr /proc/net entries per-namespaceBenjamin Thery1-39/+62
2009-01-22netns: ipmr: declare reg_vif_num per-namespaceBenjamin Thery1-10/+12
2009-01-22netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery1-13/+11
2009-01-22netns: ipmr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery1-18/+21
2009-01-22netns: ipmr: dynamically allocate mfc_cache_arrayBenjamin Thery1-13/+28
2009-01-22netns: ipmr: store netns in struct mfc_cacheBenjamin Thery1-9/+17
2009-01-22netns: ipmr: dynamically allocate vif_tableBenjamin Thery1-41/+68
2009-01-22netns: ipmr: allocate mroute_socket per-namespace.Benjamin Thery1-15/+13
2009-01-22sctp/ipv6.c: use ipv6_addr_copyJoe Perches1-2/+1
2009-01-22mac80211: fix slot time debug messageChristian Lamparter1-2/+2
2009-01-22mac80211: decrement ref count to netdev after launching mesh discoveryBrian Cavagnolo1-2/+4