summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-10-04rxrpc: Emit the data Tx trace line before transmittingDavid Howells
2018-10-04rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() David Howells
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-03sctp: fix fall-through annotationGustavo A. R. Silva
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-02ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet
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-02rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet
2018-10-02net: drop unused skb_append_datato_frags()Paolo Abeni
2018-10-01bond: take rcu lock in netpoll_send_skb_on_devDave Jones
2018-10-01rtnetlink: Fail dump if target netnsid is invalidDavid Ahern
2018-10-01Revert "openvswitch: Fix template leak in error cases."Flavio Leitner
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-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
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-01tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh
2018-10-01net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
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-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-09-29tipc: fix failover problemLUU Duc Canh
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-29Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
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-28netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()Eric Dumazet