summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2018-12-24net: dccp: fix kernel crash on module loadPeter Oskolkov-0/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-111/+18
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+9
2018-12-20net: seg6.h: remove an unused #includePeter Oskolkov-1/+0
2018-12-21netfilter: netns: shrink netns_ct structFlorian Westphal-5/+1
2018-12-21netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal-20/+6
2018-12-21netfilter: conntrack: un-export seq_print_acctFlorian Westphal-3/+0
2018-12-21netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal-0/+5
2018-12-20bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend-0/+9
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-23/+28
2018-12-19iptunnel: make TUNNEL_FLAGS available in uapiwenxu-19/+0
2018-12-19neighbour: register rtnl doit handlerRoopa Prabhu-0/+1
2018-12-19net: switch secpath to use skb extension infrastructureFlorian Westphal-21/+1
2018-12-19xfrm: use secpath_exist where applicableFlorian Westphal-1/+1
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal-2/+4
2018-12-19net: move secpath_exist helper to sk_buff.hFlorian Westphal-9/+0
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal-1/+1
2018-12-19net: convert bridge_nf to use skb extension infrastructureFlorian Westphal-4/+4
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal-6/+0
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller-5/+302
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+1
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-1/+6
2018-12-18mac80211: propagate the support for TWT to the driverEmmanuel Grumbach-0/+3
2018-12-18mac80211: document RCU requirements for ieee80211_tx_dequeue()Johannes Berg-0/+8
2018-12-18cfg80211: clarify LCI/civic location documentationJohannes Berg-2/+4
2018-12-18wireless: FTM: fix kernel-doc "cannot understand" warningsRandy Dunlap-2/+2
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn-4/+21
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal-33/+0
2018-12-17netfilter: nat: remove l4proto->manip_pktFlorian Westphal-8/+7
2018-12-17netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal-6/+0
2018-12-17netfilter: nat: remove l4proto->in_rangeFlorian Westphal-11/+0
2018-12-17netfilter: nat: fold in_range indirection into callerFlorian Westphal-3/+0
2018-12-17netfilter: nat: remove l4proto->unique_tupleFlorian Westphal-11/+0
2018-12-17netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal-6/+0
2018-12-17netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal-2/+0
2018-12-16net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477Tristram Ha-1/+1
2018-12-16neighbor: Add protocol attributeDavid Ahern-0/+2
2018-12-15net: use indirect call wrappers at GRO transport layerPaolo Abeni-0/+7
2018-12-15net: use indirect call wrappers at GRO network layerPaolo Abeni-0/+2
2018-12-15neighbor: Improve neighbour struct layoutDavid Ahern-2/+2
2018-12-14neighbor: Move neigh_update_ext_learned to core fileDavid Ahern-18/+0
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang-2/+2
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta-0/+6
2018-12-12net: switchdev: Add extack to switchdev_handle_port_obj_add() callbackPetr Machata-2/+4
2018-12-12net: switchdev: Add extack to struct switchdev_notifier_infoPetr Machata-2/+11
2018-12-12net: switchdev: Add extack argument to switchdev_port_obj_add()Petr Machata-2/+4
2018-12-10net/sched: Remove egdev mechanismOz Shlomo-30/+0
2018-12-10net: Add netif_is_gretap()/netif_is_ip6gretap()Oz Shlomo-2/+11
2018-12-10xfrm: clean an indentation issue, remove a spaceColin Ian King-1/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+30