summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-10-04rxrpc: Allow the reply time to be obtained on a client callDavid Howells1-0/+43
2018-10-04rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells6-9/+6
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells4-22/+17
2018-10-04rxrpc: Emit the data Tx trace line before transmittingDavid Howells1-4/+4
2018-10-04rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() David Howells3-17/+1
2018-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller56-323/+468
2018-10-03sctp: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-03tls: Add support for inplace records encryptionVakul Garg1-18/+73
2018-10-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller7-50/+185
2018-10-03ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet1-2/+1
2018-10-03ipv6: add vrf table handling code for ipv6 mcastPatrick Ruddy1-12/+36
2018-10-03ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman4-4/+4
2018-10-03bridge: mcast: Default back to multicast enabled stateIdo Schimmel1-0/+1
2018-10-03tcp: do not release socket ownership in tcp_close()Eric Dumazet2-9/+4
2018-10-03net: inet6_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski1-2/+1
2018-10-03net: rtm_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski1-11/+12
2018-10-03net: rtmsg_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski1-16/+16
2018-10-03net: ip6_update_pmtu() - use new style struct initializer instead of memsetMaciej Żenczykowski1-9/+8
2018-10-03net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski2-4/+2
2018-10-03net: ip6_redirect_no_header() - use new style struct initializer instead of m...Maciej Żenczykowski1-9/+8
2018-10-03net: ip6_redirect() - use new style struct initializer instead of memsetMaciej Żenczykowski1-10/+9
2018-10-03net: inet_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski1-2/+1
2018-10-03net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski1-12/+9
2018-10-03rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-10-03inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet3-3/+10
2018-10-02net: drop unused skb_append_datato_frags()Paolo Abeni1-58/+0
2018-10-02bond: take rcu lock in netpoll_send_skb_on_devDave Jones1-0/+2
2018-10-02rtnetlink: Fail dump if target netnsid is invalidDavid Ahern1-4/+2
2018-10-02Revert "openvswitch: Fix template leak in error cases."Flavio Leitner1-4/+2
2018-10-02tcp/fq: move back to CLOCK_MONOTONICEric Dumazet2-4/+4
2018-10-02net_sched: fix a crash in tc_new_tfilter()Cong Wang1-1/+3
2018-10-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-10/+29
2018-10-02tcp: adjust rcv zerocopy hints based on frag sizesSoheil Hassas Yeganeh1-1/+10
2018-10-02tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZESoheil Hassas Yeganeh1-5/+9
2018-10-02tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh2-2/+6
2018-10-02net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter1-1/+1
2018-10-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-10/+12
2018-10-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller9-6/+30
2018-10-02tcp: start receiver buffer autotuning soonerYuchung Cheng1-1/+1
2018-10-02tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2-2/+6
2018-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-20/+21
2018-09-29tipc: fix failover problemLUU Duc Canh3-0/+49
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-29Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller11-202/+188
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