aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-12mac80211: allow mode change if IBSS is not allowedPavel Roskin1-1/+2
2009-01-12minstrel: fix warning if lowest supported rate index is not 0Christian Lamparter1-4/+6
2009-01-11net_dma: acquire/release dma channels on ifup/ifdownDan Williams1-3/+10
2009-01-11dccp ccid-3: Fix RFC referenceGerrit Renker1-1/+1
2009-01-11net: fix section mismatch warnings in dccp/ccids/lib/tfrc.cLeonardo Potenza1-1/+1
2009-01-11net/bridge/netfilter: move a dereference below a NULL testJulia Lawall1-1/+2
2009-01-11net/tipc/bcast.h: use ARRAY_SIZEJulia Lawall1-1/+1
2009-01-11ipcomp: Remove spurious truesize increaseHerbert Xu1-1/+0
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds5-151/+9
2009-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds20-133/+432
2009-01-08wimax: testing for rfkill support should also test for CONFIG_RFKILL_MODULEInaky Perez-Gonzalez1-1/+1
2009-01-08wimax: fix kconfig interactions with rfkill and input layersInaky Perez-Gonzalez1-0/+14
2009-01-08wimax: fix '#ifndef CONFIG_BUG' layout to avoid warningInaky Perez-Gonzalez1-3/+5
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller32-206/+2690
2009-01-08vlan: add neigh_setupFrank Blaschka1-0/+14
2009-01-08tcp6: Add GRO supportHerbert Xu2-4/+43
2009-01-08ipv6: Add GRO supportHerbert Xu1-5/+102
2009-01-08fix similar typos to successfullColy Li1-1/+1
2009-01-08remove lots of double-semicolonsFernando Carrijo3-3/+3
2009-01-07phonet: update to net_device_opsStephen Hemminger1-4/+8
2009-01-07bluetooth: driver API updateStephen Hemminger3-27/+19
2009-01-07appletalk: convert aarp to net_device_opsStephen Hemminger1-2/+3
2009-01-07Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-58/+96
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds13-0/+2115