summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: LLC: Convert timers to use timer_setup()Kees Cook2017-10-253-22/+25
* net: ax25: Convert timers to use timer_setup()Kees Cook2017-10-253-30/+27
* net: sctp: Convert timers to use timer_setup()Kees Cook2017-10-255-52/+66
* Merge branch 'net-remove-rtmsg_ifinfo-used-in-bridge-and-bonding'David S. Miller2017-10-254-16/+4
|\
| * bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long2017-10-252-5/+0
| * rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_eventXin Long2017-10-251-0/+1
| * bonding: remove rtmsg_ifinfo called in bond_master_upper_dev_linkXin Long2017-10-251-8/+3
| * bridge: remove rtmsg_ifinfo called in add_del_ifXin Long2017-10-251-3/+0
|/
* Merge branch 'bpf-permit-multiple-bpf-attachments-for-a-single-perf-tracepoin...David S. Miller2017-10-2510-71/+310
|\
| * bpf: add a test case to test single tp multiple bpf attachmentYonghong Song2017-10-251-13/+53
| * bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-259-56/+255
| * bpf: use the same condition in perf event set/free bpf handlerYonghong Song2017-10-251-3/+3
|/
* ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani2017-10-252-2/+6
* Merge branch 'mlxsw-Various-fixes'David S. Miller2017-10-242-6/+8
|\
| * mlxsw: spectrum: mr_tcam: Include the mr_tcam header fileYotam Gigi2017-10-241-0/+1
| * mlxsw: spectrum: mr: Make the function mlxsw_sp_mr_dev_vif_lookup staticYotam Gigi2017-10-241-1/+1
| * mlxsw: spectrum: mr: Fix various endianness issuesYotam Gigi2017-10-241-5/+6
|/
* mlxsw: spectrum_dpipe: Fix entries dump of the adjacency tableArkadi Sharshevsky2017-10-241-0/+1
* net/sched: Fix actions list corruption when adding offloaded tc flowsOr Gerlitz2017-10-241-4/+3
* liquidio: pass date and time info to NIC firmwareVeerasenareddy Burru2017-10-244-3/+166
* ipv6: add ip6_null_entry check in rt6_select()Wei Wang2017-10-241-1/+1
* tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch2017-10-247-6/+37
* net/sock: Update sk rcu iterator macro.Tim Hansen2017-10-241-2/+2
* ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-241-2/+1
* ipv4: icmp: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-241-2/+3
* bpf: cpumap fix potential lost wake-up problemJesper Dangaard Brouer2017-10-241-4/+8
* net: smc_close: mark expected switch fall-throughGustavo A. R. Silva2017-10-241-1/+2
* net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva2017-10-243-0/+4
* Merge branch 'ipv6-addrconf-hash-improvements-and-cleanups'David S. Miller2017-10-242-50/+46
|\
| * ipv6: addrconf: do not block BH in ipv6_chk_home_addr()Eric Dumazet2017-10-241-3/+3
| * ipv6: addrconf: do not block BH in /proc/net/if_inet6 handlingEric Dumazet2017-10-241-8/+8
| * ipv6: addrconf: do not block BH in ipv6_get_ifaddr()Eric Dumazet2017-10-241-3/+3
| * ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()Eric Dumazet2017-10-241-3/+3
| * ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet2017-10-242-8/+10
| * ipv6: addrconf: factorize inet6_addr_hash() callEric Dumazet2017-10-241-10/+5
| * ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declarationEric Dumazet2017-10-241-18/+17
|/
* Merge branch 'nfp-bpf-stack-support-in-offload'David S. Miller2017-10-245-22/+420
|\
| * nfp: bpf: optimize mov64 a littleJakub Kicinski2017-10-241-6/+15
| * nfp: bpf: support stack accesses via non-constant pointersJakub Kicinski2017-10-243-10/+45
| * nfp: bpf: support accessing the stack beyond 64 bytesJakub Kicinski2017-10-243-14/+111
| * nfp: bpf: allow stack accesses via modified stack registersJakub Kicinski2017-10-243-17/+33
| * nfp: bpf: optimize the RMW for stack accessesJakub Kicinski2017-10-241-8/+25
| * nfp: bpf: add stack read supportJakub Kicinski2017-10-241-5/+76
| * nfp: bpf: add stack write supportJakub Kicinski2017-10-244-5/+147
| * nfp: bpf: refactor nfp_bpf_check_ptr()Jakub Kicinski2017-10-241-6/+12
| * nfp: bpf: add helper for emitting nopsJakub Kicinski2017-10-241-3/+8
|/
* Merge branch 'bpftool-JSON'David S. Miller2017-10-2411-184/+1209
|\
| * tools: bpftool: update documentation for --json and --pretty usageQuentin Monnet2017-10-247-6/+88
| * tools: bpftool: add cosmetic changes for the manual pagesQuentin Monnet2017-10-243-23/+26
| * tools: bpftool: provide JSON output for all possible commandsQuentin Monnet2017-10-243-6/+47