summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2017-10-06net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches1-2/+2
2017-10-06Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg23-94/+284
2017-10-06tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet1-1/+23
2017-10-06tcp: uniform the set up of sockets after successful connectionWei Wang1-0/+1
2017-10-06VSOCK: use TCP state constants for sk_stateStefan Hajnoczi1-3/+0
2017-10-06VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi1-0/+12
2017-10-06VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi1-0/+5
2017-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-23/+62
2017-10-05net: Add extack to ndo_add_slaveDavid Ahern1-1/+2
2017-10-04rtnetlink: remove __rtnl_af_unregisterFlorian Westphal1-2/+0
2017-10-04rtnetlink: remove slave_validate callbackFlorian Westphal1-3/+0
2017-10-04sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner1-0/+11
2017-10-04sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner1-0/+24
2017-10-04sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner2-3/+84
2017-10-04sctp: introduce sctp_chunk_stream_noMarcelo Ricardo Leitner1-0/+5
2017-10-04sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner1-2/+8
2017-10-02net/dst: Make skb parameter of skb{metadata_dst, tunnel_info}() constSimon Horman1-2/+3
2017-10-02cfg80211/nl80211: add a port authorized eventAvraham Stern1-4/+17
2017-10-02net-ipv6: remove unused IP6_ECN_clear() functionMaciej Żenczykowski1-5/+0
2017-10-02ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan1-0/+3
2017-10-02ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan2-3/+7
2017-10-02ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan1-1/+1
2017-10-02ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2-1/+1
2017-10-01net: dsa: remove tag ops from the switch treeVivien Didelot1-11/+0
2017-10-01net: dsa: prepare master receive hot pathVivien Didelot1-0/+5
2017-10-01net: dsa: add tagging ops to portVivien Didelot1-0/+3
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni1-1/+3
2017-10-01IPv4: early demux can return an error codePaolo Abeni3-4/+4
2017-09-29net: ipv4: remove fib_weightDavid Ahern1-3/+0
2017-09-27ipmr: Add FIB notification access functionsYotam Gigi1-0/+3
2017-09-27fib: notifier: Add VIF add and delete event typesYotam Gigi1-0/+2
2017-09-27net: sched: introduce helper to identify gact pass actionJiri Pirko1-0/+5
2017-09-26neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan1-1/+1
2017-09-26neigh: make struct neigh_table::entry_size unsigned intAlexey Dobriyan1-1/+1
2017-09-26netlink: fix nla_put_{u8,u16,u32} for KASANArnd Bergmann1-18/+55
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-21/+6
2017-09-22net: prevent dst uses after freeEric Dumazet3-20/+6
2017-09-22ipv4: Move fib_has_custom_local_routes outside of IP_MULTIPLE_TABLES.David S. Miller1-1/+1
2017-09-22net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni1-0/+1
2017-09-21cfg80211: remove unused function ieee80211_data_from_8023()Johannes Berg1-13/+0
2017-09-21mac80211: add documentation to ieee80211_rx_ba_offl()Luca Coelho1-1/+7
2017-09-21mac80211: extend ieee80211_ie_split to support EXTENSIONLiad Kaufman1-2/+4
2017-09-20ipv4: speedup ipv6 tunnels dismantleEric Dumazet1-1/+2
2017-09-20ipv6: addrlabel: per netns listEric Dumazet1-0/+5
2017-09-20net_sched: no need to free qdisc in RCU callbackCong Wang1-1/+0
2017-09-20net: dsa: remove copy of master ethtool_opsVivien Didelot1-1/+0
2017-09-20net: sk_buff rbnode reorgEric Dumazet1-6/+0
2017-09-19tcp: remove two unused functionsYuchung Cheng1-1/+0
2017-09-18net: Convert int functions to boolJoe Perches1-2/+2
2017-09-16sctp: fix an use-after-free issue in sctp_sock_dumpXin Long1-1/+2