aboutsummaryrefslogtreecommitdiffstats
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song9-56/+255
2017-10-25bpf: use the same condition in perf event set/free bpf handlerYonghong Song1-3/+3
2017-10-25ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani2-2/+6
2017-10-24mlxsw: spectrum: mr_tcam: Include the mr_tcam header fileYotam Gigi1-0/+1
2017-10-24mlxsw: spectrum: mr: Make the function mlxsw_sp_mr_dev_vif_lookup staticYotam Gigi1-1/+1
2017-10-24mlxsw: spectrum: mr: Fix various endianness issuesYotam Gigi1-5/+6
2017-10-24mlxsw: spectrum_dpipe: Fix entries dump of the adjacency tableArkadi Sharshevsky1-0/+1
2017-10-24net/sched: Fix actions list corruption when adding offloaded tc flowsOr Gerlitz1-4/+3
2017-10-24liquidio: pass date and time info to NIC firmwareVeerasenareddy Burru4-3/+166
2017-10-24ipv6: add ip6_null_entry check in rt6_select()Wei Wang1-1/+1
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch7-6/+37
2017-10-24net/sock: Update sk rcu iterator macro.Tim Hansen1-2/+2
2017-10-24ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+1
2017-10-24ipv4: icmp: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+3
2017-10-24bpf: cpumap fix potential lost wake-up problemJesper Dangaard Brouer1-4/+8
2017-10-24net: smc_close: mark expected switch fall-throughGustavo A. R. Silva1-1/+2
2017-10-24net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva3-0/+4
2017-10-24ipv6: addrconf: do not block BH in ipv6_chk_home_addr()Eric Dumazet1-3/+3
2017-10-24ipv6: addrconf: do not block BH in /proc/net/if_inet6 handlingEric Dumazet1-8/+8
2017-10-24ipv6: addrconf: do not block BH in ipv6_get_ifaddr()Eric Dumazet1-3/+3
2017-10-24ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()Eric Dumazet1-3/+3
2017-10-24ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet2-8/+10
2017-10-24ipv6: addrconf: factorize inet6_addr_hash() callEric Dumazet1-10/+5
2017-10-24ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declarationEric Dumazet1-18/+17
2017-10-24nfp: bpf: optimize mov64 a littleJakub Kicinski1-6/+15
2017-10-24nfp: bpf: support stack accesses via non-constant pointersJakub Kicinski3-10/+45
2017-10-24nfp: bpf: support accessing the stack beyond 64 bytesJakub Kicinski3-14/+111
2017-10-24nfp: bpf: allow stack accesses via modified stack registersJakub Kicinski3-17/+33
2017-10-24nfp: bpf: optimize the RMW for stack accessesJakub Kicinski1-8/+25
2017-10-24nfp: bpf: add stack read supportJakub Kicinski1-5/+76
2017-10-24nfp: bpf: add stack write supportJakub Kicinski4-5/+147
2017-10-24nfp: bpf: refactor nfp_bpf_check_ptr()Jakub Kicinski1-6/+12
2017-10-24nfp: bpf: add helper for emitting nopsJakub Kicinski1-3/+8
2017-10-24tools: bpftool: update documentation for --json and --pretty usageQuentin Monnet7-6/+88
2017-10-24tools: bpftool: add cosmetic changes for the manual pagesQuentin Monnet3-23/+26
2017-10-24tools: bpftool: provide JSON output for all possible commandsQuentin Monnet3-6/+47
2017-10-24tools: bpftool: turn err() and info() macros into functionsQuentin Monnet5-91/+126
2017-10-24tools: bpftool: add JSON output for `bpftool batch file FILE` commandQuentin Monnet1-0/+20
2017-10-24tools: bpftool: add JSON output for `bpftool map *` commandsQuentin Monnet1-20/+129
2017-10-24tools: bpftool: add JSON output for `bpftool prog dump xlated *` commandQuentin Monnet5-2/+89
2017-10-24tools: bpftool: add JSON output for `bpftool prog dump jited *` commandQuentin Monnet1-6/+80
2017-10-24tools: bpftool: add JSON output for `bpftool prog show *` commandQuentin Monnet1-32/+107
2017-10-24tools: bpftool: introduce --json and --pretty optionsQuentin Monnet2-3/+35
2017-10-24tools: bpftool: add option parsing to bpftool, --help and --versionQuentin Monnet4-1/+50
2017-10-24tools: bpftool: copy JSON writer from iproute2 repositoryQuentin Monnet2-0/+418
2017-10-24tcp: add tracepoint trace_tcp_set_state()Song Liu2-0/+80
2017-10-24tcp: add tracepoint trace_tcp_destroy_sockSong Liu2-0/+9
2017-10-24tcp: add tracepoint trace_tcp_receive_resetSong Liu2-0/+69
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu5-3/+31
2017-10-24tcp: mark trace event arguments sk and skb as constSong Liu1-4/+4