aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-21net: dst: remove gc leftoversJulian Wiedmann2-18/+1
2019-03-21ipv6: Remove fallback argument from ip6_hold_safeDavid Ahern1-7/+6
2019-03-21ipv4: Allow amount of dirty memory from fib resizing to be controllableDavid Ahern2-6/+17
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-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-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-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-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-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-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
2019-03-18packets: Always register packet sk in the same orderMaxime Chevallier1-1/+1
2019-03-18net: rose: fix a possible stack overflowEric Dumazet1-9/+12
2019-03-17tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne1-5/+15
2019-03-16net: tipc: fix a missing check for nla_nest_startKangjie Lu1-0/+2
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-23/+23
2019-03-16net: tipc: fix a missing check of nla_nest_startKangjie Lu1-0/+3
2019-03-16net: ncsi: fix a missing check for nla_nest_startKangjie Lu1-0/+4
2019-03-16net: openvswitch: fix missing checks for nla_nest_startKangjie Lu1-0/+8
2019-03-16net: openvswitch: fix a NULL pointer dereferenceKangjie Lu1-0/+4
2019-03-16xsk: fix umem memory leak on cleanupBjörn Töpel1-18/+1
2019-03-15net: add documentation to socket.cPedro Tammela1-18/+259
2019-03-15net: strparser: fix a missing check for create_singlethread_workqueueKangjie Lu1-0/+2
2019-03-15sch_cake: Interpret fwmark parameter as a bitmaskToke Høiland-Jørgensen1-13/+12
2019-03-15appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing2-11/+24