summaryrefslogtreecommitdiffstats
path: root/include/net/tc_act (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-27ipv6: add a missing unregister_pernet_subsys callNeil Horman3-3/+14
2010-09-27net: loopback driver cleanupEric Dumazet2-17/+9
2010-09-27net: fix rcu use in ip_route_output_slowEric Dumazet1-1/+1
2010-09-27rps: allocate rx queues in register_netdevice onlyEric Dumazet1-44/+32
2010-09-27s390: use free_netdev(netdev) instead of kfree()Vasiliy Kulikov1-2/+2
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-27net: update SOCK_MIN_RCVBUFEric Dumazet1-1/+5
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-27drivers/net: return operator cleanupEric Dumazet106-764/+762
2010-09-27net: skb_frag_t can be smaller on small archesEric Dumazet1-0/+5
2010-09-27br2684: fix scheduling while atomicKarl Hiramoto1-10/+2
2010-09-27net: propagate NETIF_F_HIGHDMA to vlansEric Dumazet1-3/+4
2010-09-27de2104x: fix TP link detectionOndrej Zary1-2/+21
2010-09-27de2104x: fix power managementOndrej Zary1-0/+3
2010-09-25ixgbevf: Refactor ring parameter re-sizeGreg Rose1-74/+79
2010-09-25de2104x: disable autonegotiation on broken hardwareOndrej Zary1-2/+10
2010-09-25net: fix a lockdep splatEric Dumazet6-26/+26
2010-09-25stmmac: review the wake-up supportGiuseppe Cavallaro6-20/+24
2010-09-25net: Add Gigabit Ethernet driver of Topcliff PCHMasayuki Ohtake11-0/+4824
2010-09-24ip: take care of last fragment in ip_append_dataEric Dumazet1-3/+6
2010-09-23net: return operator cleanupEric Dumazet84-222/+220
2010-09-23e1000: use GRO for receiveJesse Brandeburg1-11/+8
2010-09-23e1000: fix occasional panic on unloadJesse Brandeburg1-1/+19
2010-09-23e1000: use work queuesJesse Brandeburg2-1/+27
2010-09-23e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou5-5/+15
2010-09-23igb: Add support for DH89xxCCJoseph Gasparakis6-14/+247
2010-09-23igb: clear VF_PROMISC bits instead of setting all other bitsAlexander Duyck1-1/+2
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-22atl1: zero out CMB and SBM in atl1_free_ring_resourcesLuca Tettamanti1-0/+6
2010-09-22atl1: fix resumeLuca Tettamanti1-2/+3
2010-09-22X.25 remove bkl in pollandrew hendry1-13/+1
2010-09-22X.25 remove bkl in getsocknameandrew hendry1-2/+0
2010-09-22sfc: Add support for SFE4003 board and TXC43128 PHYBen Hutchings5-1/+656
2010-09-22sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings10-893/+56
2010-09-22net: Move "struct net" declaration inside the __KERNEL__ macro guardOllie Wild1-2/+2
2010-09-22netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flagJiri Olsa1-1/+3
2010-09-22netfilter: nf_nat_snmp: fix checksum calculation (v4)Patrick McHardy1-2/+4
2010-09-22netfilter: fix a race in nf_ct_ext_create()Eric Dumazet1-1/+3
2010-09-22netfilter: fix ipt_REJECT TCP RST routing for indev == outdevChangli Gao1-0/+1
2010-09-22netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp()Simon Horman1-1/+1
2010-09-22netfilter: tproxy: nf_tproxy_assign_sock() can handle tw socketsEric Dumazet1-1/+5