summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ip6gre: add erspan v2 to tunnel lookupWilliam Tu2018-03-091-1/+2
| * | | | net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens2018-03-095-8/+8
| * | | | ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()Eric Dumazet2018-03-091-4/+8
| * | | | ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi2018-03-091-1/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-03-081-18/+42
| |\ \ \ \
| | * | | | bpf: fix bpf_skb_adjust_net/bpf_skb_proto_xlat to deal with gso sctp skbsDaniel Axtens2018-03-031-18/+42
| * | | | | net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore2018-03-071-2/+5
| * | | | | tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh2018-03-072-0/+2
| * | | | | dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev2018-03-071-0/+5
| * | | | | l2tp: do not accept arbitrary socketsEric Dumazet2018-03-071-2/+6
| * | | | | net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai2018-03-071-0/+3
| * | | | | ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio2018-03-071-29/+42
| * | | | | sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev2018-03-071-1/+1
| * | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-03-071-1/+7
| |\ \ \ \ \
| | * | | | | Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc2018-03-011-1/+7
| * | | | | | net: Only honor ifindex in IP_PKTINFO if non-0David Ahern2018-03-061-2/+4
| | |_|/ / / | |/| | | |
* | | | | | net: Replace ip_ra_lock with per-net mutexKirill Tkhai2018-03-222-9/+7
* | | | | | net: Make ip_ra_chain per struct netKirill Tkhai2018-03-222-16/+4
* | | | | | net: Revert "ipv4: fix a deadlock in ip_ra_control"Kirill Tkhai2018-03-223-5/+9
* | | | | | net: Move IP_ROUTER_ALERT out of lock_sock(sk)Kirill Tkhai2018-03-221-3/+2
* | | | | | net: Revert "ipv4: get rid of ip_ra_lock"Kirill Tkhai2018-03-221-2/+10
* | | | | | gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King2018-03-222-2/+2
* | | | | | tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna2018-03-221-2/+7
* | | | | | tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna2018-03-225-6/+203
* | | | | | tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna2018-03-221-24/+41
* | | | | | devlink: Remove top_hierarchy arg to devlink_resource_registerDavid Ahern2018-03-221-1/+3
* | | | | | Merge tag 'batadv-next-for-davem-20180319' of git://git.open-mesh.org/linux-m...David S. Miller2018-03-225-37/+522
|\ \ \ \ \ \
| * | | | | | batman-adv: add multicast flags netlink supportLinus Lüssing2018-03-143-0/+267
| * | | | | | batman-adv: add DAT cache netlink supportLinus Lüssing2018-03-143-33/+203
| * | | | | | batman-adv: Avoid redundant multicast TT entriesLinus Lüssing2018-03-041-4/+52
* | | | | | | rds: tcp: remove register_netdevice_notifier infrastructure.Sowmini Varadhan2018-03-221-70/+23
* | | | | | | net: Convert nf_ct_net_opsKirill Tkhai2018-03-221-0/+1
* | | | | | | net: Convert lowpan_frags_opsKirill Tkhai2018-03-221-0/+1
* | | | | | | net: Convert can_pernet_opsKirill Tkhai2018-03-221-0/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-214-64/+343
|\ \ \ \ \ \ \
| * | | | | | | bpf: sk_msg program helper bpf_sk_msg_pull_dataJohn Fastabend2018-03-191-1/+134
| * | | | | | | bpf: sockmap, add msg_cork_bytes() helperJohn Fastabend2018-03-191-0/+16
| * | | | | | | bpf: sockmap, add bpf_msg_apply_bytes() helperJohn Fastabend2018-03-191-0/+16
| * | | | | | | bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-191-0/+106
| * | | | | | | net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend2018-03-192-13/+18
| * | | | | | | net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend2018-03-191-1/+3
| * | | | | | | sock: make static tls function alloc_sg generic sock helperJohn Fastabend2018-03-192-62/+63
* | | | | | | | sctp: use proc_remove_subtree()Al Viro2018-03-183-130/+27
* | | | | | | | rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lockSowmini Varadhan2018-03-171-8/+9
* | | | | | | | tipc: some name changesJon Maloy2018-03-175-103/+106
* | | | | | | | tipc: merge two lists in struct publicationJon Maloy2018-03-172-13/+12
* | | | | | | | tipc: remove zone_list member in struct publicationJon Maloy2018-03-172-76/+30
* | | | | | | | tipc: remove zone publication list in name tableJon Maloy2018-03-174-26/+29
* | | | | | | | tipc: obsolete TIPC_ZONE_SCOPEJon Maloy2018-03-176-40/+23
* | | | | | | | net: Convert ip_vs_ftp_opsKirill Tkhai2018-03-171-0/+1