summaryrefslogtreecommitdiffstats
path: root/drivers/net/znet.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-11ip: ip_ra_control() rcu fixEric Dumazet2-5/+19
2010-06-10ipv6: mcast: RCU conversionsEric Dumazet1-96/+87
2010-06-10cleanup: remove pppoe_xmit() declaration.Rami Rosen1-1/+0
2010-06-10icmp: RCU conversion in icmp_address_reply()Eric Dumazet1-7/+5
2010-06-10phonet: use call_rcu for phonet device freeJiri Pirko2-4/+12
2010-06-08anycast: Some RCU conversionsEric Dumazet3-59/+49
2010-06-08net: avoid two atomic ops in ip_rcv_options()Eric Dumazet1-4/+2
2010-06-08ipv4: avoid two atomic ops in ip_rt_redirect()Eric Dumazet1-7/+3
2010-06-08igmp: avoid two atomic ops in igmp_rcv()Eric Dumazet1-6/+4
2010-06-08ip: Router Alert RCU conversionEric Dumazet3-18/+18
2010-06-08macvlan: use call_rcu for port freeJiri Pirko1-2/+10
2010-06-07net: Remove unnecessary net action assertionjamal1-3/+0
2010-06-07net sched: make pedit check for clones insteadjamal1-2/+1
2010-06-07htb: remove two unnecessary assignmentsChangli Gao1-2/+0
2010-06-07greth: Remove unnecessary memset of napi member in netdev private dataTobias Klauser1-1/+0
2010-06-07raw: avoid two atomics in xmitEric Dumazet2-8/+12
2010-06-07net-caif: Added missing lock validator constantsAlex Lorca1-3/+3
2010-06-07tcp: Fix slowness in read /proc/net/tcpTom Herbert2-9/+86
2010-06-07tg3: Update version to 3.111Matt Carlson1-2/+2
2010-06-07tg3: Add 5719 PCI device and phy IDsMatt Carlson2-1/+5
2010-06-07tg3: Add 5719 ASIC revMatt Carlson2-18/+52
2010-06-07tg3: Use devfn to determine function numberMatt Carlson2-10/+4
2010-06-07tg3: 5717: Allow serdes link via parallel detectMatt Carlson1-1/+5
2010-06-07tg3: Allow single MSI-X vector allocationsMatt Carlson1-12/+12
2010-06-07tg3: Off-by-one error in RSS setupMatt Carlson1-1/+1
2010-06-07tg3: Fix a memory leak on 5717+ devicesMatt Carlson1-2/+2
2010-06-07tg3: Avoid tx lockups on 5755+ devicesMatt Carlson2-0/+4
2010-06-07tg3: Relocate APE mutex regs for 5717+Matt Carlson2-12/+38
2010-06-07r8169: fix random mdio_write failuresTimo Teräs1-0/+5
2010-06-07ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet1-1/+1
2010-06-05ixgbevf: Enable GRO by defaultShirley Ma1-0/+1
2010-06-05ipv6: avoid high order allocationsEric Dumazet1-1/+4
2010-06-05fec: convert legacy PM hooks to dem_pm_opsDenis Kirjanov1-2/+20
2010-06-05bonding: allow user-controlled output slave selectionAndy Gospodarek5-7/+278
2010-06-05bonding: add all_slaves_active parameterAndy Gospodarek3-1/+68
2010-06-05skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck2-4/+6
2010-06-05fix return value of __pppoe_xmit() method.Rami Rosen1-1/+1
2010-06-05syncookies: update mss tablesFlorian Westphal2-43/+34
2010-06-05syncookies: avoid unneeded tcp header flag double checkFlorian Westphal4-4/+4
2010-06-05syncookies: make v4/v6 synflood warning behaviour the sameFlorian Westphal1-11/+13
2010-06-05X25: remove duplicated #includeHuang Weiyi1-2/+0
2010-06-05tcp: use correct net ns in cookie_v4_check()Eric Dumazet1-1/+1
2010-06-05rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet1-3/+4
2010-06-05ppp_generic: fix multilink fragment sizesBen McKeegan1-1/+1
2010-06-05syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal1-5/+5
2010-06-05ixgbe: only check pfc bits in hang logic if pfc is enabledJohn Fastabend1-1/+1
2010-06-05net: check for refcount if pop a stacked dst_entrySteffen Klassert2-5/+5
2010-06-04qlcnic: Fix Compilation Issue when CONFIG_INET was not setAnirban Chakraborty1-41/+40
2010-06-04From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet2-110/+101
2010-06-04ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov8-220/+195