aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-26net/iucv: convert to ->poll_maskChristoph Hellwig
2018-05-26net/bluetooth: convert to ->poll_maskChristoph Hellwig
2018-05-26net/sctp: convert to ->poll_maskChristoph Hellwig
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-26net/tcp: convert to ->poll_maskChristoph Hellwig
2018-05-26net: remove sock_no_pollChristoph Hellwig
2018-05-26net: refactor socket_pollChristoph Hellwig
2018-05-25Merge tag 'mlx5e-updates-2018-05-19' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2018-05-24net_sched: switch to rcu_workCong Wang
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-24xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer
2018-05-24net/dcb: Add dcbnl buffer attributeHuy Nguyen
2018-05-24bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux
2018-05-24ipv6: sr: export function lookup_nexthopMathieu Xhonneux
2018-05-24ipv6: sr: make seg6.h includable without IPv6Mathieu Xhonneux
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-05-23Merge tag 'mac80211-next-for-davem-2018-05-23' of git://git.kernel.org/pub/sc...David S. Miller
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu
2018-05-23netfilter: nf_tables: remove nft_af_info.Taehee Yoo
2018-05-23nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMSVidyullatha Kanchanapally
2018-05-23nl80211: add FILS related parameters to ROAM eventArend Van Spriel
2018-05-23cfg80211: use separate struct for FILS parametersArend Van Spriel
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal
2018-05-23netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal
2018-05-22net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long
2018-05-22cfg80211: add missing kernel-docJohannes Berg
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern
2018-05-22net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-20erspan: set bso bit based on mirrored packet's lenWilliam Tu
2018-05-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-05-19devlink: introduce a helper to generate physical port namesJiri Pirko
2018-05-19devlink: extend attrs_set for setting port flavoursJiri Pirko
2018-05-19devlink: introduce devlink_port_attrs_setJiri Pirko
2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet
2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet
2018-05-18tcp: add SACK compressionEric Dumazet
2018-05-18tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers()Eric Dumazet
2018-05-18xsk: clean up SPDX headersBjörn Töpel
2018-05-18cfg80211: release station info tidstats where neededJohannes Berg
2018-05-18cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel
2018-05-18Bluetooth: Add __hci_cmd_send functionLoic Poulain
2018-05-17tcp: new helper tcp_rack_skb_timeoutYuchung Cheng