aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-23/+28
2018-12-19iptunnel: make TUNNEL_FLAGS available in uapiwenxu1-19/+0
2018-12-19neighbour: register rtnl doit handlerRoopa Prabhu1-0/+1
2018-12-19net: switch secpath to use skb extension infrastructureFlorian Westphal1-21/+1
2018-12-19xfrm: use secpath_exist where applicableFlorian Westphal1-1/+1
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal1-2/+4
2018-12-19net: move secpath_exist helper to sk_buff.hFlorian Westphal1-9/+0
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal1-1/+1
2018-12-19net: convert bridge_nf to use skb extension infrastructureFlorian Westphal1-4/+4
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal1-6/+0
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller2-5/+302
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+1
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-1/+6
2018-12-18mac80211: propagate the support for TWT to the driverEmmanuel Grumbach1-0/+3
2018-12-18mac80211: document RCU requirements for ieee80211_tx_dequeue()Johannes Berg1-0/+8
2018-12-18cfg80211: clarify LCI/civic location documentationJohannes Berg1-2/+4
2018-12-18wireless: FTM: fix kernel-doc "cannot understand" warningsRandy Dunlap2-2/+2
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-4/+21
2018-12-16net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477Tristram Ha1-1/+1
2018-12-16neighbor: Add protocol attributeDavid Ahern1-0/+2
2018-12-15net: use indirect call wrappers at GRO transport layerPaolo Abeni1-0/+7
2018-12-15net: use indirect call wrappers at GRO network layerPaolo Abeni1-0/+2
2018-12-15neighbor: Improve neighbour struct layoutDavid Ahern1-2/+2
2018-12-14neighbor: Move neigh_update_ext_learned to core fileDavid Ahern1-18/+0
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang1-2/+2
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta1-0/+6
2018-12-12net: switchdev: Add extack to switchdev_handle_port_obj_add() callbackPetr Machata1-2/+4
2018-12-12net: switchdev: Add extack to struct switchdev_notifier_infoPetr Machata1-2/+11
2018-12-12net: switchdev: Add extack argument to switchdev_port_obj_add()Petr Machata1-2/+4
2018-12-10net/sched: Remove egdev mechanismOz Shlomo1-30/+0
2018-12-10net: Add netif_is_gretap()/netif_is_ip6gretap()Oz Shlomo1-2/+11
2018-12-10xfrm: clean an indentation issue, remove a spaceColin Ian King1-1/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+30
2018-12-07neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio1-5/+23
2018-12-07neighbor: Improve garbage collectionDavid Ahern1-0/+3
2018-12-07vxlan: Add vxlan_fdb_clear_offload()Petr Machata1-0/+6
2018-12-07vxlan: Add vxlan_fdb_replay()Petr Machata1-0/+9
2018-12-06net: dsa: Add overhead to tag protocol ops.Andrew Lunn1-0/+1
2018-12-05sctp: frag_point sanity checkJakub Audykowicz1-0/+5
2018-12-04tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet2-7/+21
2018-12-03sctp: kfree_rcu asocXin Long1-0/+2
2018-12-03l3mdev: add function to retreive upper masterAlexis Bauvin1-0/+22
2018-12-03udp_tunnel: add config option to bind to a deviceAlexis Bauvin1-0/+1
2018-12-03devlink: Add 'fw_load_policy' generic parameterShalom Toledo1-0/+4
2018-11-30net: reorder flowi_common fields to avoid holesPaolo Abeni1-1/+1
2018-11-30tcp: md5: add tcp_md5_needed jump labelEric Dumazet1-3/+15
2018-11-30tcp: make tcp_space() aware of socket backlogEric Dumazet1-1/+1
2018-11-30tcp: hint compiler about sack flowsEric Dumazet1-1/+1
2018-11-30net/flow_dissector: correct comments on enum flow_dissector_key_idEdward Cree1-3/+3
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2