summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2009-01-19net/9p: fid->fid is used uninitializedRoel Kluin-1/+1
2009-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-99/+172
2009-01-159p: disallow RDMA if RDMA CM isn't availableRoland Dreier-1/+1
2009-01-14can: fix slowpath issue in hrtimer callback functionOliver Hartkopp-27/+30
2009-01-14net: Add init_dummy_netdev() and fix EMAC driver using itBenjamin Herrenschmidt-0/+39
2009-01-14gso: Ensure that the packet is long enoughHerbert Xu-6/+7
2009-01-14gro: Fix page ref count for skbs freed normallyHerbert Xu-6/+6
2009-01-14xfrm: For 32/64 compatability wrt. xfrm_usersa_infoDavid S. Miller-2/+9
2009-01-14gro: Check for GSO packets and packets with frag_listHerbert Xu-0/+3
2009-01-14[CVE-2009-0029] System call wrappers part 22Heiko Carstens-15/+16
2009-01-14[CVE-2009-0029] System call wrappers part 21Heiko Carstens-15/+15
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens-1/+1
2009-01-13ipv6: Fix fib6_dump_table walker leakHerbert Xu-7/+8
2009-01-13tcp: splice as many packets as possible at onceWilly Tarreau-2/+9
2009-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-6/+10
2009-01-13mac80211: fix "‘ret’ may be used uninitialized" warningJohn W. Linville-1/+1
2009-01-12pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffiesJarek Poplawski-3/+6
2009-01-12pkt_sched: sch_htb: Consider used jiffies in htb_do_events()Jarek Poplawski-3/+3
2009-01-12netfilter 08/09: xt_time: print timezone for user informationJan Engelhardt-0/+11
2009-01-12netfilter 07/09: simplify nf_conntrack_alloc() error handlingJulia Lawall-3/+3
2009-01-12netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy-2/+2
2009-01-12netfilter 05/09: ebtables: fix inversion in match codeJan Engelhardt-1/+1
2009-01-12netfilter 04/09: x_tables: fix match/target revision lookupPatrick McHardy-0/+8
2009-01-12netfilter 03/09: bridge: Disable PPPOE/VLAN processing by defaultHerbert Xu-4/+4
2009-01-12netfilter 02/09: bridge: Fix handling of non-IP packets in FORWARD/POST_ROUTINGHerbert Xu-2/+8
2009-01-12netfilter 01/09: remove "happy cracking" messagePatrick McHardy-25/+5
2009-01-12mac80211: initialize RC data for all mesh links upon allocationChristian Lamparter-0/+1
2009-01-12mac80211: allow mode change if IBSS is not allowedPavel Roskin-1/+2
2009-01-12minstrel: fix warning if lowest supported rate index is not 0Christian Lamparter-4/+6
2009-01-11net_dma: acquire/release dma channels on ifup/ifdownDan Williams-3/+10
2009-01-11dccp ccid-3: Fix RFC referenceGerrit Renker-1/+1
2009-01-11net: fix section mismatch warnings in dccp/ccids/lib/tfrc.cLeonardo Potenza-1/+1
2009-01-11net/bridge/netfilter: move a dereference below a NULL testJulia Lawall-1/+2
2009-01-11net/tipc/bcast.h: use ARRAY_SIZEJulia Lawall-1/+1
2009-01-11ipcomp: Remove spurious truesize increaseHerbert Xu-1/+0
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds-151/+9
2009-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-133/+432
2009-01-08wimax: testing for rfkill support should also test for CONFIG_RFKILL_MODULEInaky Perez-Gonzalez-1/+1
2009-01-08wimax: fix kconfig interactions with rfkill and input layersInaky Perez-Gonzalez-0/+14
2009-01-08wimax: fix '#ifndef CONFIG_BUG' layout to avoid warningInaky Perez-Gonzalez-3/+5
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller-206/+2690
2009-01-08vlan: add neigh_setupFrank Blaschka-0/+14
2009-01-08tcp6: Add GRO supportHerbert Xu-4/+43
2009-01-08ipv6: Add GRO supportHerbert Xu-5/+102
2009-01-08fix similar typos to successfullColy Li-1/+1
2009-01-08remove lots of double-semicolonsFernando Carrijo-3/+3
2009-01-07phonet: update to net_device_opsStephen Hemminger-4/+8
2009-01-07bluetooth: driver API updateStephen Hemminger-27/+19
2009-01-07appletalk: convert aarp to net_device_opsStephen Hemminger-2/+3
2009-01-07Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-58/+96