Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | net: calxedaxgmac: remove some unused statistic counters | Rob Herring | 2013-09-03 | 1 | -3/+0 | |
| | | * | | | | | | | | net: calxedaxgmac: fix various errors in xgmac_set_rx_mode | Rob Herring | 2013-09-03 | 1 | -4/+13 | |
| | | * | | | | | | | | net: calxedaxgmac: enable interrupts after napi_enable | Rob Herring | 2013-09-03 | 1 | -3/+5 | |
| | | * | | | | | | | | net: calxedaxgmac: fix race with tx queue stop/wake | Rob Herring | 2013-09-03 | 1 | -5/+15 | |
| | | * | | | | | | | | net: calxedaxgmac: update ring buffer tx_head after barriers | Rob Herring | 2013-09-03 | 1 | -1/+2 | |
| | | * | | | | | | | | net: calxedaxgmac: fix possible skb free before tx complete | Rob Herring | 2013-09-03 | 1 | -31/+24 | |
| | | * | | | | | | | | net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err | Rob Herring | 2013-09-03 | 1 | -20/+18 | |
| | | * | | | | | | | | net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len | Rob Herring | 2013-09-03 | 1 | -1/+1 | |
| | | * | | | | | | | | net: calxedaxgmac: remove NETIF_F_FRAGLIST setting | Rob Herring | 2013-09-03 | 1 | -1/+1 | |
| | |/ / / / / / / / | ||||||
| | * | | | | | | | | ipv6: ipv6_create_tempaddr cleanup | Petr Holasek | 2013-09-03 | 1 | -2/+0 | |
| | * | | | | | | | | ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTO | Jiri Bohac | 2013-09-03 | 2 | -1/+11 | |
| * | | | | | | | | | netfilter: Fix build errors with xt_socket.c | David S. Miller | 2013-09-05 | 1 | -0/+1 | |
| * | | | | | | | | | icplus: Use netif_running to determine device state | Jon Mason | 2013-09-05 | 1 | -1/+1 | |
| * | | | | | | | | | ethernet/arc/arc_emac: Fix huge delays in large file copies | Vineet Gupta | 2013-09-05 | 1 | -2/+2 | |
| * | | | | | | | | | tuntap: orphan frags before trying to set tx timestamp | Jason Wang | 2013-09-05 | 1 | -3/+5 | |
| * | | | | | | | | | tuntap: purge socket error queue on detach | Jason Wang | 2013-09-05 | 1 | -3/+9 | |
| * | | | | | | | | | qlcnic: use standard NAPI weights | Michal Schmidt | 2013-09-05 | 2 | -19/+12 | |
| * | | | | | | | | | ipv6:introduce function to find route for redirect | Duan Jiong | 2013-09-05 | 6 | -11/+81 | |
| * | | | | | | | | | bnx2x: VF RSS support - VF side | Ariel Elior | 2013-09-05 | 6 | -60/+145 | |
| * | | | | | | | | | bnx2x: VF RSS support - PF side | Ariel Elior | 2013-09-05 | 10 | -144/+513 | |
| * | | | | | | | | | vxlan: Notify drivers for listening UDP port changes | Joseph Gasparakis | 2013-09-05 | 3 | -1/+87 | |
| * | | | | | | | | | net: usbnet: update addr_assign_type if appropriate | Bjørn Mork | 2013-09-05 | 1 | -0/+4 | |
| * | | | | | | | | | Merge branch 'enic' | David S. Miller | 2013-09-05 | 5 | -19/+54 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | driver/net: enic: update enic maintainers and driver | govindarajulu.v | 2013-09-05 | 2 | -2/+3 | |
| | * | | | | | | | | | driver/net: enic: Exposing symbols for Cisco's low latency driver | govindarajulu.v | 2013-09-05 | 2 | -0/+11 | |
| | * | | | | | | | | | driver/net: enic: Try DMA 64 first, then failover to DMA | govindarajulu.v | 2013-09-05 | 1 | -4/+4 | |
| | * | | | | | | | | | driver/net: enic: record q_number and rss_hash for skb | govindarajulu.v | 2013-09-05 | 1 | -0/+11 | |
| | * | | | | | | | | | driver/net: enic: Add multi tx support for enic | govindarajulu.v | 2013-09-05 | 2 | -13/+25 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | bridge: apply multicast snooping to IPv6 link-local, too | Linus Lüssing | 2013-09-05 | 3 | -14/+6 | |
| * | | | | | | | | | bridge: prevent flooding IPv6 packets that do not have a listener | Linus Lüssing | 2013-09-05 | 1 | -2/+8 | |
| * | | | | | | | | | net: ipv6: mld: document force_mld_version in ip-sysctl.txt | Daniel Borkmann | 2013-09-04 | 1 | -0/+5 | |
| * | | | | | | | | | net: ipv6: mld: introduce mld_{gq, ifc, dad}_stop_timer functions | Daniel Borkmann | 2013-09-04 | 1 | -16/+25 | |
| * | | | | | | | | | net: ipv6: mld: refactor query processing into v1/v2 functions | Daniel Borkmann | 2013-09-04 | 1 | -33/+56 | |
| * | | | | | | | | | net: ipv6: mld: similarly to MLDv2 have min max_delay of 1 | Daniel Borkmann | 2013-09-04 | 1 | -7/+7 | |
| * | | | | | | | | | net: ipv6: mld: implement RFC3810 MLDv2 mode only | Daniel Borkmann | 2013-09-04 | 1 | -4/+30 | |
| * | | | | | | | | | net: ipv6: mld: get rid of MLDV2_MRC and simplify calculation | Daniel Borkmann | 2013-09-04 | 3 | -26/+23 | |
| * | | | | | | | | | net: ipv6: mld: clean up MLD_V1_SEEN macro | Daniel Borkmann | 2013-09-04 | 1 | -13/+21 | |
| * | | | | | | | | | net: ipv6: mld: fix v1/v2 switchback timeout to rfc3810, 9.12. | Daniel Borkmann | 2013-09-04 | 3 | -9/+143 | |
| * | | | | | | | | | tcp: better comments for RTO initiallization | Yuchung Cheng | 2013-09-04 | 1 | -6/+20 | |
| * | | | | | | | | | vxlan: Optimize vxlan rcv | Pravin B Shelar | 2013-09-04 | 1 | -1/+6 | |
| * | | | | | | | | | atm: he: print MAC via %pM | Andy Shevchenko | 2013-09-04 | 1 | -9/+2 | |
| * | | | | | | | | | atm: nicstar: re-use native mac_pton() helper | Andy Shevchenko | 2013-09-04 | 1 | -25/+1 | |
| * | | | | | | | | | driver:stmmac: Adjust time stamp increase for 0.465 ns accurate only when Tim... | Sonic Zhang | 2013-09-04 | 1 | -2/+2 | |
| * | | | | | | | | | net: sctp: Fix data chunk fragmentation for MTU values which are not multiple... | Alexander Sverdlin | 2013-09-04 | 1 | -2/+2 | |
| * | | | | | | | | | drivers:net: delete premature free_irq | Julia Lawall | 2013-09-04 | 1 | -9/+2 | |
| * | | | | | | | | | net: sync some IP headers with glibc | Carlos O'Donell | 2013-09-04 | 4 | -20/+169 | |
| * | | | | | | | | | sfc: check for allocation failure | Dan Carpenter | 2013-09-04 | 1 | -0/+2 | |
| * | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2013-09-04 | 7 | -60/+143 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | igb: Update version number | Akeem G Abodunrin | 2013-09-04 | 1 | -1/+1 | |
| | * | | | | | | | | | igb: Implementation to report advertised/supported link on i354 devices | Akeem G Abodunrin | 2013-09-04 | 1 | -11/+15 |