summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
| | | * | | | | rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells2018-10-081-16/+19
| | | * | | | | rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells2018-10-081-28/+13
| | | * | | | | rxrpc: Use the UDP encap_rcv hookDavid Howells2018-10-083-44/+35
| | | * | | | | rxrpc: Fix the data_ready handlerDavid Howells2018-10-052-35/+44
| | | * | | | | rxrpc: Fix some missed refs to init_netDavid Howells2018-10-056-24/+34
| | * | | | | | rds: RDS (tcp) hangs on sendto() to unresponding addressKa-Cheong Poon2018-10-101-3/+10
| | * | | | | | net: make skb_partial_csum_set() more robust against overflowsEric Dumazet2018-10-101-5/+7
| | * | | | | | devlink: Add helper function for safely copy string paramMoshe Shemesh2018-10-101-1/+18
| | * | | | | | devlink: Fix param cmode driverinit for string typeMoshe Shemesh2018-10-101-3/+12