summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-10-02tls: Add support for inplace records encryptionVakul Garg
2018-10-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-10-02ipv6: add vrf table handling code for ipv6 mcastPatrick Ruddy
2018-10-02ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman
2018-10-02bridge: mcast: Default back to multicast enabled stateIdo Schimmel
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet
2018-10-02net: inet6_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: rtm_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: rtmsg_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: ip6_update_pmtu() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski
2018-10-02net: ip6_redirect_no_header() - use new style struct initializer instead of m...Maciej Żenczykowski
2018-10-02net: ip6_redirect() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: inet_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: drop unused skb_append_datato_frags()Paolo Abeni
2018-10-01tcp/fq: move back to CLOCK_MONOTONICEric Dumazet
2018-10-01net_sched: fix a crash in tc_new_tfilter()Cong Wang
2018-10-01tcp: adjust rcv zerocopy hints based on frag sizesSoheil Hassas Yeganeh
2018-10-01tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZESoheil Hassas Yeganeh
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-10-01tcp: start receiver buffer autotuning soonerYuchung Cheng
2018-09-29openvswitch: Use correct reply values in datapath and vport opsYifeng Sun
2018-09-29tls: Remove redundant vars from tls record structureVakul Garg
2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen
2018-09-29tipc: add SYN bit to connection setup messagesJon Maloy
2018-09-29tipc: refactor function tipc_sk_filter_connect()Jon Maloy
2018-09-29tipc: refactor function tipc_sk_timeout()Jon Maloy
2018-09-29tipc: refactor function tipc_msg_reverse()Jon Maloy
2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng
2018-09-28Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa
2018-09-28net: sched: make function qdisc_free_cb() staticWei Yongjun
2018-09-28net: bridge: explicitly zero is_sticky in fdb_createNikolay Aleksandrov
2018-09-28net/tls: Make function get_rec() staticWei Yongjun
2018-09-28net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun
2018-09-28net: ovs: fix return type of ndo_start_xmit functionYueHaibing
2018-09-27Bluetooth: L2CAP: Detect if remote is not able to use the whole MPSLuiz Augusto von Dentz
2018-09-27Bluetooth: L2CAP: Derive rx credits from MTU and MPSLuiz Augusto von Dentz
2018-09-27Bluetooth: L2CAP: Derive MPS from connection MTULuiz Augusto von Dentz
2018-09-27Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik
2018-09-27Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski
2018-09-26net: bridge: pack net_bridge betterNikolay Aleksandrov
2018-09-26net: bridge: convert mtu_set_by_user to a bitNikolay Aleksandrov
2018-09-26net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov
2018-09-26net: bridge: convert mcast options to bitsNikolay Aleksandrov
2018-09-26net: bridge: convert and rename mcast disabledNikolay Aleksandrov
2018-09-26net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov
2018-09-26net: bridge: convert nf call options to bitsNikolay Aleksandrov