summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: add function for checking broadcast support in bearerJon Paul Maloy2017-01-204-9/+34
* bpf: add bpf_probe_read_str helperGianluca Borello2017-01-202-1/+46
* Merge branch 'bus-agnostic-num-vf'David S. Miller2017-01-204-4/+18
|\
| * device: Implement a bus agnostic dev_num_vf routinePhil Sutter2017-01-203-4/+8
| * PCI: implement num_vf bus type callbackPhil Sutter2017-01-201-0/+6
| * device: bus_type: Introduce num_vf callbackPhil Sutter2017-01-201-0/+4
|/
* sock: use hlist_entry_safeGeliang Tang2017-01-201-2/+1
* gre6: Clean up unused struct ipv6_tel_txoption definitionJakub Sitnicki2017-01-201-5/+0
* net: remove bh disabling around percpu_counter accessesEric Dumazet2017-01-206-23/+3
* cxgb4: hide unused warningsArnd Bergmann2017-01-201-0/+2
* net: ipv6: Keep nexthop of multipath route on admin downDavid Ahern2017-01-191-2/+5
* mlx4: support __GFP_MEMALLOC for rxEric Dumazet2017-01-191-1/+2
* Revert "net: qcom/emac: configure the external phy to allow pause frames"Timur Tabi2017-01-191-6/+0
* phy: increase size of MII_BUS_ID_SIZE and bus_idVolodymyr Bendiuga2017-01-191-6/+2
* macb: Common code to enable ptp support for MACB/GEMAndrei.Pistirica@microchip.com2017-01-192-2/+104
* net: caif: Remove unused stats member from struct chnl_netTobias Klauser2017-01-191-1/+0
* net/sched: cls_flower: reduce fl_change stack sizeArnd Bergmann2017-01-191-6/+17
* net: Remove usage of net_device last_rx memberTobias Klauser2017-01-1824-46/+22
* net: dsa: use cpu_switch instead of ds[0]Vivien Didelot2017-01-186-11/+11
* net: dsa: store CPU switch structure in the treeVivien Didelot2017-01-183-11/+9
* net: ethernet: ti: davinci_cpdma: correct check on NULL in set rateIvan Khoronzhuk2017-01-181-1/+2
* Merge branch 'vhost_net-batching'David S. Miller2017-01-183-11/+96
|\
| * tun: rx batchingJason Wang2017-01-181-6/+70
| * vhost_net: tx batchingJason Wang2017-01-181-3/+20
| * vhost: better detection of available buffersJason Wang2017-01-181-2/+6
|/
* net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan2017-01-183-1/+5
* Merge branch 'ipv6-simplify-rt6_fill_node'David S. Miller2017-01-183-36/+21
|\
| * net: ipv6: remove prefix arg to rt6_fill_nodeDavid Ahern2017-01-181-15/+12
| * net: ipv6: remove nowait arg to rt6_fill_nodeDavid Ahern2017-01-183-25/+13
|/
* Merge branch 'sctp-sender-side-stream-reconf-ssn-reset-request-chunk'David S. Miller2017-01-1819-16/+583
|\
| * sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long2017-01-186-10/+149
| * sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long2017-01-184-0/+96
| * sctp: add reconf_enable in asoc ep and netnsXin Long2017-01-186-2/+28
| * sctp: add stream reconf primitiveXin Long2017-01-186-1/+41
| * sctp: add stream reconf timerXin Long2017-01-188-2/+113
| * sctp: add support for generating stream reconf ssn reset request chunkXin Long2017-01-185-1/+156
|/
* Merge branch 'rework-inet_csk_get_port'David S. Miller2017-01-1815-247/+230
|\
| * inet: reset tb->fastreuseport when adding a reuseport skJosef Bacik2017-01-182-20/+95
| * inet: split inet_csk_get_port into two functionsJosef Bacik2017-01-181-22/+44
| * inet: don't check for bind conflicts twice when searching for a portJosef Bacik2017-01-181-20/+11
| * inet: kill smallest_size and smallest_portJosef Bacik2017-01-183-26/+4
| * inet: drop ->bind_conflictJosef Bacik2017-01-188-72/+7
| * inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-189-113/+95
|/
* stmicro: add more information to Kconfigjpinto2017-01-182-9/+9
* net/mlx5e: Support bpf_xdp_adjust_head()Martin KaFai Lau2017-01-183-29/+40
* tcp: accept RST for rcv_nxt - 1 after receiving a FINJason Baron2017-01-171-3/+25
* net: ethoc: Make needlessly global struct ethtool_ops staticTobias Klauser2017-01-171-1/+1
* Merge branch 'sfc-RX-hash-config'David S. Miller2017-01-176-16/+146
|\
| * sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree2017-01-176-0/+96
| * sfc: support setting RSS hash key through ethtool APIEdward Cree2017-01-174-16/+50
|/