aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-05-23ipv6: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu
2018-05-23net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu
2018-05-23udp: exclude gso from xfrm pathsWillem de Bruijn
2018-05-23devlink: don't take instance lock around eswitch mode setJakub Kicinski
2018-05-23net: add skeleton of bpfilter kernel moduleAlexei Starovoitov
2018-05-23Merge tag 'mac80211-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-05-23nl80211: Reject disconnect commands except from conn_ownerAndrew Zaborowski
2018-05-23rfkill: Create rfkill-none LED triggerJoão Paulo Rechi Vita
2018-05-23rfkill: Rename rfkill_any_led_trigger* functionsJoão Paulo Rechi Vita
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-23nl80211: Optimize cfg80211_bss_expire invocationsDenis Kenzior
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: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso
2018-05-23netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso
2018-05-23netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat
2018-05-23netfilter: nft_set_rbtree: add timeout supportPablo Neira Ayuso
2018-05-23netfilter: make NF_OSF non-visible symbolFernando Fernandez Mancera
2018-05-23netfilter: lift one-nat-hook-only restrictionFlorian Westphal
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: core: export raw versions of add/delete hook functionsFlorian Westphal
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal
2018-05-23netfilter: xtables: allow table definitions not backed by hook_opsFlorian Westphal
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal
2018-05-22tcp: do not aggressively quick ack after ECN eventsEric Dumazet
2018-05-22tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet
2018-05-22net: sched: don't disable bh when accessing action idrVlad Buslov
2018-05-22ipmr: properly check rhltable_init() return valueEric Dumazet
2018-05-22net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern
2018-05-22dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long
2018-05-22bpf: Add mtu checking to FIB forwarding helperDavid Ahern
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-22xsk: convert atomic_t to refcount_tBjörn Töpel
2018-05-22xsk: simplified umem setupBjörn Töpel
2018-05-22xsk: add missing write- and data-dependency barrierBjörn Töpel
2018-05-22xsk: remove explicit ring structure from uapiBjörn Töpel
2018-05-22xsk: proper queue id check at bindMagnus Karlsson
2018-05-22xsk: remove rebind supportBjörn Töpel
2018-05-22cfg80211: fix NULL pointer derference when querying regdbHaim Dreyfuss
2018-05-22nl80211: Fix compilationDenis Kenzior
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-05-19net: ip6_gre: fix tunnel metadata device sharing.William Tu