aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-03-21net/sched: prepare TC actions to properly validate the control actionDavide Caratti17-55/+78
2019-03-21ipv6: Change addrconf_f6i_alloc to use ip6_route_info_createDavid Ahern1-26/+16
2019-03-21ipv6: Move setting default metric for routesDavid Ahern1-4/+4
2019-03-21net/tls: Replace kfree_skb() with consume_skb()Vakul Garg1-3/+3
2019-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-30/+50
2019-03-21tipc: fix a null pointer derefHoang Le3-3/+6
2019-03-21tipc: fix use-after-free in tipc_sk_filter_rcvHoang Le1-1/+2
2019-03-21genetlink: Fix a memory leak on error pathYueHaibing1-1/+2
2019-03-21tipc: fix cancellation of topology subscriptionsErik Hugne1-0/+1
2019-03-21vti4: removed duplicate log message.Jeremy Sowden1-3/+1
2019-03-21vti4: ipip tunnel deregistration fixes.Jeremy Sowden1-2/+3
2019-03-20ipv6: Add icmp_echo_ignore_anycast for ICMPv6Stephen Suryaputra2-2/+15
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni3-12/+6
2019-03-20packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni2-10/+10
2019-03-20net: dev: rename queue selection helpers.Paolo Abeni3-11/+11
2019-03-20sctp: use memdup_user instead of vmemdup_userXin Long1-6/+6
2019-03-20ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long1-8/+10
2019-03-20net: bridge: use eth_broadcast_addr() to assign broadcast addressMao Wenan1-1/+1
2019-03-20net/tls: Add support of AES128-CCM based ciphersVakul Garg2-29/+69
2019-03-20net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch1-1/+1
2019-03-20Revert "net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm"Steffen Klassert1-23/+7
2019-03-20libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2-1/+26
2019-03-20netfilter: nf_tables: add missing ->release_ops() in error path of newrule()Taehee Yoo1-1/+4
2019-03-19mpls: Fix 6PE forwardingVinay K Nallamothu1-3/+9
2019-03-19ipv6: Add icmp_echo_ignore_multicast support for ICMPv6Stephen Suryaputra2-0/+13
2019-03-19tcp: free request sock directly upon TFO or syncookies errorGuillaume Nault2-12/+10
2019-03-19datagram: Make __skb_datagram_iter staticYueHaibing1-4/+4
2019-03-19tcp: add tcp_inet6_sk() helperEric Dumazet1-18/+26
2019-03-19dccp: do not use ipv6 header for ipv4 flowEric Dumazet1-2/+2
2019-03-19tcp: do not use ipv6 header for ipv4 flowEric Dumazet1-4/+4
2019-03-19tipc: smooth change between replicast and broadcastHoang Le4-1/+184
2019-03-19tipc: introduce new capability flag for clusterHoang Le4-2/+27
2019-03-19tipc: support broadcast/replicast configurable for bc-linkHoang Le4-5/+118
2019-03-19nfc: Fix to check for kmemdup failureAditya Pakki1-2/+7
2019-03-19net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing1-2/+4
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM sockoptMarcelo Ricardo Leitner1-0/+3
2019-03-18sctp: not copy sctp_sock pd_lobby in sctp_copy_descendantXin Long1-2/+1
2019-03-18af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALLYoshiki Komachi1-1/+2