aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-20tipc: add functionality to lookup multicast destination nodesJon Paul Maloy4-8/+87
2017-01-20tipc: add function for checking broadcast support in bearerJon Paul Maloy4-9/+34
2017-01-20bpf: add bpf_probe_read_str helperGianluca Borello2-1/+46
2017-01-20device: Implement a bus agnostic dev_num_vf routinePhil Sutter3-4/+8
2017-01-20PCI: implement num_vf bus type callbackPhil Sutter1-0/+6
2017-01-20device: bus_type: Introduce num_vf callbackPhil Sutter1-0/+4
2017-01-20sock: use hlist_entry_safeGeliang Tang1-2/+1
2017-01-20gre6: Clean up unused struct ipv6_tel_txoption definitionJakub Sitnicki1-5/+0
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet6-23/+3
2017-01-20cxgb4: hide unused warningsArnd Bergmann1-0/+2
2017-01-19net: ipv6: Keep nexthop of multipath route on admin downDavid Ahern1-2/+5
2017-01-19mlx4: support __GFP_MEMALLOC for rxEric Dumazet1-1/+2
2017-01-19Revert "net: qcom/emac: configure the external phy to allow pause frames"Timur Tabi1-6/+0
2017-01-19phy: increase size of MII_BUS_ID_SIZE and bus_idVolodymyr Bendiuga1-6/+2
2017-01-19macb: Common code to enable ptp support for MACB/GEMAndrei.Pistirica@microchip.com2-2/+104
2017-01-19net: caif: Remove unused stats member from struct chnl_netTobias Klauser1-1/+0
2017-01-19net/sched: cls_flower: reduce fl_change stack sizeArnd Bergmann1-6/+17
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser24-46/+22
2017-01-18net: dsa: use cpu_switch instead of ds[0]Vivien Didelot6-11/+11
2017-01-18net: dsa: store CPU switch structure in the treeVivien Didelot3-11/+9
2017-01-18net: ethernet: ti: davinci_cpdma: correct check on NULL in set rateIvan Khoronzhuk1-1/+2
2017-01-18tun: rx batchingJason Wang1-6/+70
2017-01-18vhost_net: tx batchingJason Wang1-3/+20
2017-01-18vhost: better detection of available buffersJason Wang1-2/+6
2017-01-18net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan3-1/+5
2017-01-18net: ipv6: remove prefix arg to rt6_fill_nodeDavid Ahern1-15/+12
2017-01-18net: ipv6: remove nowait arg to rt6_fill_nodeDavid Ahern3-25/+13
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long6-10/+149
2017-01-18sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long4-0/+96
2017-01-18sctp: add reconf_enable in asoc ep and netnsXin Long6-2/+28
2017-01-18sctp: add stream reconf primitiveXin Long6-1/+41
2017-01-18sctp: add stream reconf timerXin Long8-2/+113
2017-01-18sctp: add support for generating stream reconf ssn reset request chunkXin Long5-1/+156
2017-01-18inet: reset tb->fastreuseport when adding a reuseport skJosef Bacik2-20/+95
2017-01-18inet: split inet_csk_get_port into two functionsJosef Bacik1-22/+44
2017-01-18inet: don't check for bind conflicts twice when searching for a portJosef Bacik1-20/+11
2017-01-18inet: kill smallest_size and smallest_portJosef Bacik3-26/+4
2017-01-18inet: drop ->bind_conflictJosef Bacik8-72/+7
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik9-113/+95
2017-01-18stmicro: add more information to Kconfigjpinto2-9/+9
2017-01-18net/mlx5e: Support bpf_xdp_adjust_head()Martin KaFai Lau3-29/+40
2017-01-17tcp: accept RST for rcv_nxt - 1 after receiving a FINJason Baron1-3/+25
2017-01-17net: ethoc: Make needlessly global struct ethtool_ops staticTobias Klauser1-1/+1
2017-01-17sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree6-0/+96
2017-01-17sfc: support setting RSS hash key through ethtool APIEdward Cree4-16/+50
2017-01-17cxgb4: Implement ndo_get_phys_port_id for mgmt devGanesh Goudar1-0/+27
2017-01-17net: ping: Use right format specifier to avoid type castingGao Feng1-3/+3
2017-01-17qed: Replace memset with eth_zero_addrShyam Saini2-5/+4
2017-01-17bridge: sparse fixes in br_ip6_multicast_alloc_query()Lance Richardson2-3/+3
2017-01-17mpls: Packet statsRobert Shearman4-28/+252