summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-191-0/+6
* bpf: sockmap, support for msg_peek in sk_msg with redirect ingressJohn Fastabend2018-10-172-16/+29
* bpf: sockmap, fix skmsg recvmsg handler to track size correctlyJohn Fastabend2018-10-171-0/+1
* net/ipv4: Bail early if user only wants prefix entriesDavid Ahern2018-10-161-2/+6
* net/ipv6: Bail early if user only wants cloned entriesDavid Ahern2018-10-161-2/+5
* net/mpls: Handle kernel side filtering of route dumpsDavid Ahern2018-10-161-5/+28
* net: Enable kernel side filtering of route dumpsDavid Ahern2018-10-165-14/+52
* net: Plumb support for filtering ipv4 and ipv6 multicast route dumpsDavid Ahern2018-10-163-9/+70
* ipmr: Refactor mr_rtm_dumprouteDavid Ahern2018-10-161-33/+55
* net/mpls: Plumb support for filtering route dumpsDavid Ahern2018-10-161-1/+41
* net/ipv6: Plumb support for filtering route dumpsDavid Ahern2018-10-162-14/+54
* net/ipv4: Plumb support for filtering route dumpsDavid Ahern2018-10-162-12/+38
* net: Add struct for fib dump filterDavid Ahern2018-10-165-10/+24
* netlink: Add answer_flags to netlink_callbackDavid Ahern2018-10-161-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-1516-698/+3132
|\
| * bpf: Fix IPv6 dport byte-order in bpf_sk_lookupJoe Stringer2018-10-151-2/+3
| * bpf: Allow sk_lookup with IPv6 moduleJoe Stringer2018-10-152-5/+8
| * tls: add bpf support to sk_msg handlingJohn Fastabend2018-10-151-64/+375
| * tls: replace poll implementation with read hookJohn Fastabend2018-10-152-18/+9
| * tls: convert to generic sk_msg interfaceDaniel Borkmann2018-10-155-389/+225
| * bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-158-196/+2512
| * tcp, ulp: remove ulp bits from sockmapDaniel Borkmann2018-10-151-58/+13
| * tcp, ulp: enforce sock_owned_by_me upon ulp init and cleanupDaniel Borkmann2018-10-151-0/+4
| * bpf: Fix dev pointer dereference from sk_skbJoe Stringer2018-10-131-1/+4
| * net: fix generic XDP to handle if eth header was mangledJesper Dangaard Brouer2018-10-091-0/+14
* | tcp: cdg: use tcp high resolution clock cacheEric Dumazet2018-10-151-1/+1
* | tcp_bbr: fix typo in bbr_pacing_margin_percentNeal Cardwell2018-10-151-2/+2
* | tcp: optimize tcp internal pacingEric Dumazet2018-10-151-15/+16
* | net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()Eric Dumazet2018-10-151-1/+1
* | tcp: mitigate scheduling jitter in EDT pacing modelEric Dumazet2018-10-151-6/+13
* | net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-156-30/+38
* | tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet2018-10-152-4/+7
* | net: bridge: fix a possible memory leak in __vlan_addLi RongQing2018-10-151-0/+4
* | rxrpc: Add /proc/net/rxrpc/peers to display peer listDavid Howells2018-10-153-0/+130
* | net/ncsi: Extend NC-SI Netlink interface to allow user space to send NC-SI co...Justin.Lee1@Dell.com2018-10-156-5/+309
* | tipc: support binding to specific ip address when activating UDP bearerHoang Le2018-10-151-3/+15
* | FDDI: defza: Support capturing outgoing SMT trafficMaciej W. Rozycki2018-10-151-1/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-1222-210/+414
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-1221-212/+416
| |\ \
| | * | tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue2018-10-111-2/+9
| | * | tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan2018-10-101-2/+12
| | * | tipc: set link tolerance correctly in broadcast linkJon Maloy2018-10-101-5/+11
| | * | net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca2018-10-101-3/+4
| | * | net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-103-6/+84
| | * | net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport2018-10-101-0/+2
| | * | Merge tag 'rxrpc-fixes-20181008' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2018-10-109-174/+234
| | |\ \
| | | * | rxrpc: Fix the packet reception routineDavid Howells2018-10-086-50/+105
| | | * | rxrpc: Fix connection-level abort handlingDavid Howells2018-10-083-15/+19
| | | * | rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells2018-10-081-9/+10
| | | * | rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells2018-10-081-6/+8