aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-22net: Replace ip_ra_lock with per-net mutexKirill Tkhai2-9/+7
2018-03-22net: Make ip_ra_chain per struct netKirill Tkhai2-16/+4
2018-03-22net: Revert "ipv4: fix a deadlock in ip_ra_control"Kirill Tkhai3-5/+9
2018-03-22net: Move IP_ROUTER_ALERT out of lock_sock(sk)Kirill Tkhai1-3/+2
2018-03-22net: Revert "ipv4: get rid of ip_ra_lock"Kirill Tkhai1-2/+10
2018-03-22gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King2-2/+2
2018-03-22tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna1-2/+7
2018-03-22tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna5-6/+203
2018-03-22tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna1-24/+41
2018-03-22devlink: Remove top_hierarchy arg to devlink_resource_registerDavid Ahern1-1/+3
2018-03-22Merge tag 'batadv-next-for-davem-20180319' of git://git.open-mesh.org/linux-mergeDavid S. Miller5-37/+522
2018-03-22rds: tcp: remove register_netdevice_notifier infrastructure.Sowmini Varadhan1-70/+23
2018-03-22net: Convert nf_ct_net_opsKirill Tkhai1-0/+1
2018-03-22net: Convert lowpan_frags_opsKirill Tkhai1-0/+1
2018-03-22net: Convert can_pernet_opsKirill Tkhai1-0/+1
2018-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-64/+343
2018-03-19bpf: sk_msg program helper bpf_sk_msg_pull_dataJohn Fastabend1-1/+134
2018-03-19bpf: sockmap, add msg_cork_bytes() helperJohn Fastabend1-0/+16
2018-03-19bpf: sockmap, add bpf_msg_apply_bytes() helperJohn Fastabend1-0/+16
2018-03-19bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend1-0/+106
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend2-13/+18
2018-03-19net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend1-1/+3
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend2-62/+63
2018-03-17sctp: use proc_remove_subtree()Al Viro3-130/+27
2018-03-17rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lockSowmini Varadhan1-8/+9
2018-03-17tipc: some name changesJon Maloy5-103/+106
2018-03-17tipc: merge two lists in struct publicationJon Maloy2-13/+12
2018-03-17tipc: remove zone_list member in struct publicationJon Maloy2-76/+30
2018-03-17tipc: remove zone publication list in name tableJon Maloy4-26/+29
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy6-40/+23
2018-03-17net: Convert ip_vs_ftp_opsKirill Tkhai1-0/+1
2018-03-17net: Convert ipvs_core_dev_opsKirill Tkhai1-0/+1
2018-03-17net: Convert ipvs_core_opsKirill Tkhai1-0/+1
2018-03-17net: Convert ovs_net_opsKirill Tkhai1-0/+1
2018-03-17net: Convert mpls_net_opsKirill Tkhai1-0/+1
2018-03-17net: Convert l2tp_net_opsKirill Tkhai1-0/+1
2018-03-16net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exitYousuk Seung1-1/+4
2018-03-16tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-1/+2
2018-03-16net/smc: enable ipv6 support for smcKarsten Graul2-17/+51
2018-03-16net/smc: add ipv6 support to CLC layerKarsten Graul2-17/+105
2018-03-16net/smc: restructure netinfo for CLC proposal msgsKarsten Graul3-36/+82
2018-03-16net: Use rtnl_lock_killable() in register_netdev()Kirill Tkhai1-1/+2
2018-03-16net: Add rtnl_lock_killable()Kirill Tkhai1-0/+6
2018-03-16udp: Move the udp sysctl to namespace.Tonghao Zhang3-77/+93
2018-03-16net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flagsDavid Ahern1-0/+15
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern6-17/+41
2018-03-16net/ipv6: Refactor gateway validation on route addDavid Ahern1-54/+66
2018-03-16rxrpc: remove redundant initialization of variable 'len'Colin Ian King1-1/+1
2018-03-15sctp: Fix double free in sctp_sendmsg_to_asocNeil Horman1-13/+13
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches2-8/+2