summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-27sgiseeq: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy1-1/+1
2010-09-27rionet: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy1-1/+1
2010-09-27ibm_newemac: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy1-2/+2
2010-09-27smsc911x: Add MODULE_ALIAS()Vincent Stehlé1-0/+1
2010-09-27net: reset skb queue mapping when rx'ing over tunnelTom Herbert1-0/+1
2010-09-27br2684: fix scheduling while atomicKarl Hiramoto1-10/+2
2010-09-27de2104x: fix TP link detectionOndrej Zary1-2/+21
2010-09-27de2104x: fix power managementOndrej Zary1-0/+3
2010-09-25de2104x: disable autonegotiation on broken hardwareOndrej Zary1-2/+10
2010-09-25net: fix a lockdep splatEric Dumazet6-26/+26
2010-09-23e1000e: 82579 do not gate auto config of PHY by hardware during nominal useBruce Allan1-9/+68
2010-09-23e1000e: 82579 jumbo frame workaround causing CRC errorsBruce Allan2-21/+20
2010-09-23e1000e: 82579 unaccounted missed packetsBruce Allan2-0/+49
2010-09-23e1000e: 82566DC fails to get linkBruce Allan1-2/+5
2010-09-23e1000e: 82579 SMBus address and LEDs incorrect after device resetBruce Allan1-3/+3
2010-09-23e1000e: 82577/8/9 issues with device in SxBruce Allan1-8/+39
2010-09-23xfrm4: strip ECN bits from tos fieldUlrich Weber1-1/+1
2010-09-23atl1: zero out CMB and SBM in atl1_free_ring_resourcesLuca Tettamanti1-0/+6
2010-09-23atl1: fix resumeLuca Tettamanti1-2/+3
2010-09-23net: Move "struct net" declaration inside the __KERNEL__ macro guardOllie Wild1-2/+2
2010-09-23netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flagJiri Olsa1-1/+3
2010-09-23netfilter: nf_nat_snmp: fix checksum calculation (v4)Patrick McHardy1-2/+4
2010-09-23netfilter: fix a race in nf_ct_ext_create()Eric Dumazet1-1/+3
2010-09-23netfilter: fix ipt_REJECT TCP RST routing for indev == outdevChangli Gao1-0/+1
2010-09-23netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp()Simon Horman1-1/+1
2010-09-23netfilter: tproxy: nf_tproxy_assign_sock() can handle tw socketsEric Dumazet1-1/+5
2010-09-22ip: fix truesize mismatch in ip fragmentationEric Dumazet2-11/+26
2010-09-22netxen: dont set skb->truesizeEric Dumazet1-3/+0
2010-09-22qlcnic: dont set skb->truesizeEric Dumazet1-5/+0
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-1/+6
2010-09-21tcp: Fix race in tcp_pollTom Marshall2-2/+7
2010-09-21rose: Fix signedness issues wrt. digi count.David S. Miller1-2/+2
2010-09-20Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller1-1/+1
2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer5-51/+69
2010-09-20wext: fix potential private ioctl memory content leakJohannes Berg1-1/+1
2010-09-20ip_gre: CONFIG_IPV6_MODULE supportEric Dumazet1-4/+4
2010-09-18qlcnic: dont assume NET_IP_ALIGN is 2Eric Dumazet1-1/+1
2010-09-18dca: disable dca on IOAT ver.3.0 multiple-IOH platformsSosnowski, Maciej1-6/+79
2010-09-18netpoll: Disable IRQ around RCU dereference in netpoll_rxHerbert Xu1-4/+4
2010-09-18sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich1-1/+0
2010-09-18iwlwifi: do not perferm force reset while doing scanWey-Yi Guy1-0/+5
2010-09-17net/llc: storing negative error codes in unsigned shortDan Carpenter1-1/+1
2010-09-17MAINTAINERS: move atlx discussions to netdevChris Snook1-1/+1
2010-09-17drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-17drivers/net/eql.c: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-17drivers/net/usb/hso.c: prevent reading uninitialized memoryDan Rosenberg1-0/+2
2010-09-17xfrm: dont assume rcu_read_lock in xfrm_output_one()Eric Dumazet1-1/+1
2010-09-16r8169: Handle rxfifo errors on 8168 chipsMatthew Garrett1-3/+2
2010-09-163c59x: Remove atomic context inside vortex_{set|get}_wolDenis Kirjanov1-4/+3
2010-09-15tcp: Prevent overzealous packetization by SWS logic.Alexey Kuznetsov1-2/+16