summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tls: Add support for inplace records encryptionVakul Garg2018-10-021-18/+73
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-10-027-50/+185
|\
| * Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa2018-09-282-14/+11
| * Bluetooth: L2CAP: Detect if remote is not able to use the whole MPSLuiz Augusto von Dentz2018-09-271-0/+10
| * Bluetooth: L2CAP: Derive rx credits from MTU and MPSLuiz Augusto von Dentz2018-09-271-15/+27
| * Bluetooth: L2CAP: Derive MPS from connection MTULuiz Augusto von Dentz2018-09-271-7/+7
| * Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik2018-09-272-0/+110
| * Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri2018-09-273-14/+20
* | ipv6: add vrf table handling code for ipv6 mcastPatrick Ruddy2018-10-021-12/+36
* | ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman2018-10-024-4/+4
* | bridge: mcast: Default back to multicast enabled stateIdo Schimmel2018-10-021-0/+1
* | tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-10-022-9/+4
* | net: inet6_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski2018-10-021-2/+1
* | net: rtm_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski2018-10-021-11/+12
* | net: rtmsg_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski2018-10-021-16/+16
* | net: ip6_update_pmtu() - use new style struct initializer instead of memsetMaciej Żenczykowski2018-10-021-9/+8
* | net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski2018-10-022-4/+2
* | net: ip6_redirect_no_header() - use new style struct initializer instead of m...Maciej Żenczykowski2018-10-021-9/+8
* | net: ip6_redirect() - use new style struct initializer instead of memsetMaciej Żenczykowski2018-10-021-10/+9
* | net: inet_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski2018-10-021-2/+1
* | net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski2018-10-021-12/+9
* | net: drop unused skb_append_datato_frags()Paolo Abeni2018-10-021-58/+0
* | tcp/fq: move back to CLOCK_MONOTONICEric Dumazet2018-10-012-4/+4
* | net_sched: fix a crash in tc_new_tfilter()Cong Wang2018-10-011-1/+3
* | tcp: adjust rcv zerocopy hints based on frag sizesSoheil Hassas Yeganeh2018-10-011-1/+10
* | tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZESoheil Hassas Yeganeh2018-10-011-5/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-014-10/+12
|\ \
| * | xfrm: allow driver to quietly refuse offloadShannon Nelson2018-08-291-1/+5
| * | esp: remove redundant define esphHaishuang Yan2018-08-292-8/+6
| * | xfrm: Make function xfrmi_get_link_net() staticWei Yongjun2018-08-291-1/+1
* | | tcp: start receiver buffer autotuning soonerYuchung Cheng2018-10-011-1/+1
* | | openvswitch: Use correct reply values in datapath and vport opsYifeng Sun2018-09-291-10/+10
* | | tls: Remove redundant vars from tls record structureVakul Garg2018-09-291-49/+43
* | | tipc: buffer overflow handling in listener socketTung Nguyen2018-09-293-6/+64
* | | tipc: add SYN bit to connection setup messagesJon Maloy2018-09-293-5/+22
* | | tipc: refactor function tipc_sk_filter_connect()Jon Maloy2018-09-291-58/+43
* | | tipc: refactor function tipc_sk_timeout()Jon Maloy2018-09-291-24/+38
* | | tipc: refactor function tipc_msg_reverse()Jon Maloy2018-09-291-30/+28
* | | tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng2018-09-293-46/+8
* | | net: sched: make function qdisc_free_cb() staticWei Yongjun2018-09-281-1/+1
* | | net: bridge: explicitly zero is_sticky in fdb_createNikolay Aleksandrov2018-09-281-0/+1
* | | net/tls: Make function get_rec() staticWei Yongjun2018-09-281-1/+1
* | | net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun2018-09-281-1/+1
* | | net: ovs: fix return type of ndo_start_xmit functionYueHaibing2018-09-281-2/+3
| |/ |/|
* | net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski2018-09-2610-13/+13
* | net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-2611-17/+13
* | net: bridge: pack net_bridge betterNikolay Aleksandrov2018-09-261-2/+2
* | net: bridge: convert mtu_set_by_user to a bitNikolay Aleksandrov2018-09-263-4/+4
* | net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov2018-09-264-9/+12
* | net: bridge: convert mcast options to bitsNikolay Aleksandrov2018-09-264-32/+33