summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-22fs/Kconfig: move sunrpc outAlexey Dobriyan1-0/+79
2009-01-21gre: strict physical device bindingTimo Teras1-40/+88
2009-01-21inet: Allowing more than 64k connections and heavily optimize bind(0) time.Evgeniy Polyakov2-8/+44
2009-01-21dccp: Debugging functions for feature negotiationGerrit Renker4-59/+109
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGerrit Renker5-23/+46
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker4-24/+18
2009-01-21dccp: Initialisation framework for feature negotiationGerrit Renker2-10/+57
2009-01-21appletalk: remove unneeded stubsStephen Hemminger1-6/+4
2009-01-21rose: convert to network_device_opsStephen Hemminger1-4/+8
2009-01-21rose: convert to internal net_device_statsStephen Hemminger2-10/+3
2009-01-21netrom: convert to net_device_opsStephen Hemminger1-5/+7
2009-01-21netrom: convert to internal net_device_statsStephen Hemminger2-13/+3
2009-01-21lec: convert to net_device_opsStephen Hemminger1-9/+11
2009-01-21lec: convert to internal network_device_statsStephen Hemminger2-28/+17
2009-01-21clip: convert to internal network_device_statsStephen Hemminger1-18/+12
2009-01-21br2684: convert to net_device_opsStephen Hemminger1-9/+11
2009-01-21atm: br2684 internal statsStephen Hemminger1-23/+15
2009-01-21netfilter: ctnetlink: fix scheduling while atomicPatrick McHardy1-0/+3
2009-01-20gro: Fix merging of paged packetsHerbert Xu1-4/+5
2009-01-20gro: Fix error handling on extremely short fragsHerbert Xu1-0/+1
2009-01-20gro: Fix handling of complete checksums in IPv6Herbert Xu1-0/+7
2009-01-20NET: net_namespace, fix lock imbalanceJiri Slaby1-1/+1
2009-01-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-12/+117
2009-01-20Revert "xfrm: For 32/64 compatability wrt. xfrm_usersa_info"David S. Miller1-9/+2
2009-01-19net: Fix data corruption when splicing from sockets.Jarek Poplawski1-32/+29
2009-01-19net: Add debug info to track down GSO checksum bugHerbert Xu1-1/+13
2009-01-19net/9p: fid->fid is used uninitializedRoel Kluin1-1/+1
2009-01-16cfg80211: Fix parsed country IE info for 5 GHzLuis R. Rodriguez1-2/+19
2009-01-16cfg80211: Fix regression with 11d on bandsLuis R. Rodriguez1-3/+79
2009-01-16cfg80211: make handle_band() and handle_channel() wiphy specificLuis R. Rodriguez1-6/+19
2009-01-16mac80211: more kernel-doc fixesRandy Dunlap1-1/+0
2009-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds24-99/+172