aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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/linville/wireless-2.6David 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
2009-01-159p: disallow RDMA if RDMA CM isn't availableRoland Dreier1-1/+1
2009-01-14can: fix slowpath issue in hrtimer callback functionOliver Hartkopp1-27/+30
2009-01-14net: Add init_dummy_netdev() and fix EMAC driver using itBenjamin Herrenschmidt1-0/+39
2009-01-14gso: Ensure that the packet is long enoughHerbert Xu1-6/+7
2009-01-14gro: Fix page ref count for skbs freed normallyHerbert Xu2-6/+6
2009-01-14xfrm: For 32/64 compatability wrt. xfrm_usersa_infoDavid S. Miller1-2/+9
2009-01-14gro: Check for GSO packets and packets with frag_listHerbert Xu1-0/+3
2009-01-14[CVE-2009-0029] System call wrappers part 22Heiko Carstens1-15/+16
2009-01-14[CVE-2009-0029] System call wrappers part 21Heiko Carstens1-15/+15
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens1-1/+1
2009-01-13ipv6: Fix fib6_dump_table walker leakHerbert Xu1-7/+8
2009-01-13tcp: splice as many packets as possible at onceWilly Tarreau1-2/+9
2009-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller4-6/+10
2009-01-13mac80211: fix "‘ret’ may be used uninitialized" warningJohn W. Linville1-1/+1
2009-01-12pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffiesJarek Poplawski1-3/+6
2009-01-12pkt_sched: sch_htb: Consider used jiffies in htb_do_events()Jarek Poplawski1-3/+3
2009-01-12netfilter 08/09: xt_time: print timezone for user informationJan Engelhardt1-0/+11
2009-01-12netfilter 07/09: simplify nf_conntrack_alloc() error handlingJulia Lawall2-3/+3
2009-01-12netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy2-2/+2
2009-01-12netfilter 05/09: ebtables: fix inversion in match codeJan Engelhardt1-1/+1
2009-01-12netfilter 04/09: x_tables: fix match/target revision lookupPatrick McHardy1-0/+8
2009-01-12netfilter 03/09: bridge: Disable PPPOE/VLAN processing by defaultHerbert Xu1-4/+4
2009-01-12netfilter 02/09: bridge: Fix handling of non-IP packets in FORWARD/POST_ROUTINGHerbert Xu1-2/+8
2009-01-12netfilter 01/09: remove "happy cracking" messagePatrick McHardy5-25/+5
2009-01-12mac80211: initialize RC data for all mesh links upon allocationChristian Lamparter1-0/+1