summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-0/+23
|\
| * net/utils: Introduce inet_addr_is_anySagi Grimberg2018-03-261-0/+23
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\ \
| * | net: Spelling s/stucture/structure/Geert Uytterhoeven2018-03-271-1/+1
* | | inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-044-9/+2
* | | tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna2018-04-041-1/+2
* | | net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni2018-04-042-2/+4
* | | tipc: Fix missing list initializations in struct tipc_subscriptionJon Maloy2018-04-041-0/+2
* | | ipv6: udp: set dst cache for a connected sk if current not validAlexey Kodanev2018-04-041-19/+2
* | | ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()Alexey Kodanev2018-04-041-5/+5
* | | ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev2018-04-043-5/+14
* | | ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev2018-04-042-8/+18
* | | af_unix: remove redundant lockdep classCong Wang2018-04-041-10/+0
* | | rxrpc: Fix undefined packet handlingDavid Howells2018-04-042-0/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-03450-7855/+13752
|\ \ \
| * | | ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_threshEric Dumazet2018-04-021-1/+1
| * | | route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long2018-04-011-9/+11
| * | | net: sched: do not emit messages while holding spinlockLi RongQing2018-04-011-4/+7
| * | | vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu2018-04-011-1/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-0128-100/+262
| |\ \ \
| * \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-04-012-0/+2
| |\ \ \ \
| | * | | | Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2018-04-012-0/+2
| * | | | | ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data()Eric Dumazet2018-04-011-5/+12
| * | | | | ipv4: factorize sk_wmem_alloc updates done by __ip_append_data()Eric Dumazet2018-04-011-5/+12
| * | | | | ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init()Alexey Kodanev2018-04-011-1/+0
| |/ / / /
| * | | | crypto : chtls - CPL handler definitionAtul Gupta2018-03-311-0/+1
| * | | | ethtool: enable Inline TLS in HWAtul Gupta2018-03-311-0/+1
| * | | | tls: support for Inline tls recordAtul Gupta2018-03-311-3/+111
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-3110-71/+633
| |\ \ \ \
| | * | | | bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-313-27/+128
| | * | | | bpf: Hooks for sys_connectAndrey Ignatov2018-03-317-0/+141
| | * | | | net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov2018-03-312-28/+48
| | * | | | bpf: Hooks for sys_bindAndrey Ignatov2018-03-313-0/+246
| | * | | | bpf: Check attach type at prog load timeAndrey Ignatov2018-03-311-14/+25
| | * | | | bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend2018-03-301-1/+1
| | * | | | bpf: sockmap redirect ingress supportJohn Fastabend2018-03-302-2/+10
| | * | | | net/mac802154: disambiguate mac80215 vs mac802154 trace eventsAlexei Starovoitov2018-03-281-4/+4
| | * | | | treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov2018-03-281-1/+1
| | * | | | bpf: Add sock_ops R/W access to ipv4 tosNikita V. Shirokov2018-03-281-0/+35
| * | | | | inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CBEric Dumazet2018-03-311-18/+11
| * | | | | ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CBEric Dumazet2018-03-311-18/+12
| * | | | | inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet2018-03-311-21/+14
| * | | | | ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet2018-03-311-8/+16
| * | | | | inet: frags: do not clone skb in ip_expire()Eric Dumazet2018-03-311-10/+6
| * | | | | inet: frags: break the 2GB limit for frags storageEric Dumazet2018-03-316-20/+20
| * | | | | inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-03-315-23/+8
| * | | | | inet: frags: get rif of inet_frag_evicting()Eric Dumazet2018-03-312-37/+32
| * | | | | inet: frags: remove some helpersEric Dumazet2018-03-313-10/+6
| * | | | | inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-03-316-509/+225
| * | | | | inet: frags: refactor ipfrag_init()Eric Dumazet2018-03-311-2/+2