summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-10-02tls: Add support for inplace records encryptionVakul Garg1-18/+73
2018-10-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller7-50/+185
2018-10-02ipv6: add vrf table handling code for ipv6 mcastPatrick Ruddy1-12/+36
2018-10-02ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman4-4/+4
2018-10-02bridge: mcast: Default back to multicast enabled stateIdo Schimmel1-0/+1
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet2-9/+4
2018-10-02net: inet6_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski1-2/+1
2018-10-02net: rtm_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski1-11/+12
2018-10-02net: rtmsg_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski1-16/+16
2018-10-02net: ip6_update_pmtu() - use new style struct initializer instead of memsetMaciej Żenczykowski1-9/+8
2018-10-02net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski2-4/+2
2018-10-02net: ip6_redirect_no_header() - use new style struct initializer instead of m...Maciej Żenczykowski1-9/+8
2018-10-02net: ip6_redirect() - use new style struct initializer instead of memsetMaciej Żenczykowski1-10/+9
2018-10-02net: inet_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski1-2/+1
2018-10-02net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski1-12/+9
2018-10-02net: drop unused skb_append_datato_frags()Paolo Abeni1-58/+0
2018-10-01tcp/fq: move back to CLOCK_MONOTONICEric Dumazet2-4/+4
2018-10-01net_sched: fix a crash in tc_new_tfilter()Cong Wang1-1/+3
2018-10-01tcp: adjust rcv zerocopy hints based on frag sizesSoheil Hassas Yeganeh1-1/+10
2018-10-01tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZESoheil Hassas Yeganeh1-5/+9
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-10/+12
2018-10-01tcp: start receiver buffer autotuning soonerYuchung Cheng1-1/+1
2018-09-29openvswitch: Use correct reply values in datapath and vport opsYifeng Sun1-10/+10
2018-09-29tls: Remove redundant vars from tls record structureVakul Garg1-49/+43
2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen3-6/+64
2018-09-29tipc: add SYN bit to connection setup messagesJon Maloy3-5/+22
2018-09-29tipc: refactor function tipc_sk_filter_connect()Jon Maloy1-58/+43
2018-09-29tipc: refactor function tipc_sk_timeout()Jon Maloy1-24/+38
2018-09-29tipc: refactor function tipc_msg_reverse()Jon Maloy1-30/+28
2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng3-46/+8
2018-09-28Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa2-14/+11
2018-09-28net: sched: make function qdisc_free_cb() staticWei Yongjun1-1/+1
2018-09-28net: bridge: explicitly zero is_sticky in fdb_createNikolay Aleksandrov1-0/+1
2018-09-28net/tls: Make function get_rec() staticWei Yongjun1-1/+1
2018-09-28net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun1-1/+1
2018-09-28net: ovs: fix return type of ndo_start_xmit functionYueHaibing1-2/+3
2018-09-27Bluetooth: L2CAP: Detect if remote is not able to use the whole MPSLuiz Augusto von Dentz1-0/+10
2018-09-27Bluetooth: L2CAP: Derive rx credits from MTU and MPSLuiz Augusto von Dentz1-15/+27
2018-09-27Bluetooth: L2CAP: Derive MPS from connection MTULuiz Augusto von Dentz1-7/+7
2018-09-27Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik2-0/+110
2018-09-27Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri3-14/+20
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski10-13/+13
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski11-17/+13
2018-09-26net: bridge: pack net_bridge betterNikolay Aleksandrov1-2/+2
2018-09-26net: bridge: convert mtu_set_by_user to a bitNikolay Aleksandrov3-4/+4
2018-09-26net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov4-9/+12
2018-09-26net: bridge: convert mcast options to bitsNikolay Aleksandrov4-32/+33
2018-09-26net: bridge: convert and rename mcast disabledNikolay Aleksandrov5-21/+24
2018-09-26net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov4-4/+4
2018-09-26net: bridge: convert nf call options to bitsNikolay Aleksandrov4-18/+19