| Commit message (Expand) | Author | Files | Lines |
2017-01-17 | tcp: accept RST for rcv_nxt - 1 after receiving a FIN | Jason Baron | 1 | -3/+25 |
2017-01-17 | net: ethoc: Make needlessly global struct ethtool_ops static | Tobias Klauser | 1 | -1/+1 |
2017-01-17 | sfc: read back RX hash config from the NIC when querying it with ethtool -x | Edward Cree | 6 | -0/+96 |
2017-01-17 | sfc: support setting RSS hash key through ethtool API | Edward Cree | 4 | -16/+50 |
2017-01-17 | cxgb4: Implement ndo_get_phys_port_id for mgmt dev | Ganesh Goudar | 1 | -0/+27 |
2017-01-17 | net: ping: Use right format specifier to avoid type casting | Gao Feng | 1 | -3/+3 |
2017-01-17 | qed: Replace memset with eth_zero_addr | Shyam Saini | 2 | -5/+4 |
2017-01-17 | bridge: sparse fixes in br_ip6_multicast_alloc_query() | Lance Richardson | 2 | -3/+3 |
2017-01-17 | mpls: Packet stats | Robert Shearman | 4 | -28/+252 |
2017-01-17 | net: AF-specific RTM_GETSTATS attributes | Robert Shearman | 3 | -0/+55 |
2017-01-17 | stmmac: add missing of_node_put | Julia Lawall | 1 | -0/+1 |
2017-01-17 | virtio: don't set VIRTIO_NET_HDR_F_DATA_VALID on xmit | Rolf Neugebauer | 1 | -2/+0 |
2017-01-17 | net: marvell: sky2: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -28/+40 |
2017-01-17 | net: marvell: skge: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -26/+37 |
2017-01-17 | net: jme: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 2 | -20/+20 |
2017-01-17 | net: korina: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -6/+8 |
2017-01-17 | net: mvneta: add BQL support | Marcin Wojtas | 1 | -3/+19 |
2017-01-17 | net: mvneta: add xmit_more support | Simon Guinot | 1 | -3/+10 |
2017-01-17 | net sched actions: fix refcnt when GETing of action after bind | Jamal Hadi Salim | 1 | -3/+2 |
2017-01-16 | net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOV | Jack Morgenstein | 1 | -9/+14 |
2017-01-16 | net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ... | Jack Morgenstein | 1 | -2/+3 |
2017-01-16 | net/mlx4_core: Fix racy CQ (Completion Queue) free | Jack Morgenstein | 1 | -18/+20 |
2017-01-16 | net/sched: cls_flower: Disallow duplicate internal elements | Paul Blakey | 1 | -3/+14 |
2017-01-16 | net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registered | Heiner Kallweit | 1 | -9/+10 |
2017-01-16 | net/mlx5e: Fix a -Wmaybe-uninitialized warning | Arnd Bergmann | 1 | -4/+7 |
2017-01-16 | ipv6: sr: add missing Kbuild export for header files | David Lebrun | 4 | -0/+11 |
2017-01-16 | bpf, trace: make ctx access checks more robust | Daniel Borkmann | 1 | -0/+9 |
2017-01-16 | ax25: Fix segfault after sock connection timeout | Basil Gunn | 1 | -1/+1 |
2017-01-16 | ipvlan: fix dev_id creation corner case. | Mahesh Bandewar | 1 | -0/+3 |
2017-01-16 | bpf: rework prog_digest into prog_tag | Daniel Borkmann | 9 | -21/+24 |
2017-01-16 | sfc: get PIO buffer size from the NIC | Edward Cree | 3 | -7/+12 |
2017-01-16 | sfc: allow PIO more often | Edward Cree | 5 | -3/+30 |
2017-01-16 | sctp: remove useless code from sctp_apply_peer_addr_params | Marcelo Ricardo Leitner | 1 | -1/+0 |
2017-01-16 | sctp: remove unused var from sctp_process_asconf | Marcelo Ricardo Leitner | 1 | -2/+0 |
2017-01-16 | flow dissector: check if arp_eth is null rather than arp | Colin Ian King | 1 | -2/+2 |
2017-01-16 | netlink: do not enter direct reclaim from netlink_trim() | Eric Dumazet | 1 | -1/+3 |
2017-01-16 | cxgb4: Shutdown adapter if firmware times out or errors out | Hariprasad Shenai | 4 | -4/+64 |
2017-01-16 | tipc: allocate user memory with GFP_KERNEL flag | Parthasarathy Bhuvaragan | 5 | -13/+13 |
2017-01-16 | afs: Conditionalise a new unused variable | Arnd Bergmann | 1 | -0/+2 |
2017-01-16 | net: phy: dp83867: allow RGMII_TXID/RGMII_RXID interface types | Karicheri, Muralidharan | 2 | -4/+10 |
2017-01-16 | ip6_tunnel: Account for tunnel header in tunnel MTU | Jakub Sitnicki | 1 | -2/+2 |
2017-01-16 | mld: do not remove mld souce list info when set link down | Hangbin Liu | 1 | -21/+30 |
2017-01-16 | be2net: fix MAC addr setting on privileged BE3 VFs | Ivan Vecera | 1 | -2/+10 |
2017-01-16 | be2net: don't delete MAC on close on unprivileged BE3 VFs | Ivan Vecera | 1 | -1/+5 |
2017-01-16 | be2net: fix status check in be_cmd_pmac_add() | Ivan Vecera | 1 | -1/+1 |
2017-01-16 | cpmac: remove hopeless #warning | Arnd Bergmann | 1 | -1/+1 |
2017-01-16 | ravb: do not use zero-length alignment DMA descriptor | Masaru Nagai | 1 | -0/+13 |
2017-01-16 | sfc: Replace memset with eth_zero_addr | Shyam Saini | 1 | -1/+2 |
2017-01-16 | mlx4: do not call napi_schedule() without care | Eric Dumazet | 1 | -1/+4 |
2017-01-16 | mmc: core: Restore parts of the polling policy when switch to HS/HS DDR | Ulf Hansson | 1 | -13/+12 |