summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | net/tls: sleeping function from invalid contextAtul Gupta2018-12-141-0/+6
* | | | | neighbour: register rtnl doit handlerRoopa Prabhu2018-12-191-0/+1
* | | | | net: switch secpath to use skb extension infrastructureFlorian Westphal2018-12-191-21/+1
* | | | | xfrm: use secpath_exist where applicableFlorian Westphal2018-12-191-1/+1
* | | | | net: use skb_sec_path helper in more placesFlorian Westphal2018-12-191-2/+4
* | | | | net: move secpath_exist helper to sk_buff.hFlorian Westphal2018-12-191-9/+0
* | | | | xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal2018-12-191-1/+1
* | | | | net: convert bridge_nf to use skb extension infrastructureFlorian Westphal2018-12-191-4/+4
* | | | | netfilter: avoid using skb->nf_bridge directlyFlorian Westphal2018-12-191-6/+0
* | | | | Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller2018-12-192-5/+302
|\ \ \ \ \
| * | | | | mac80211: propagate the support for TWT to the driverEmmanuel Grumbach2018-12-181-0/+3
| * | | | | mac80211: document RCU requirements for ieee80211_tx_dequeue()Johannes Berg2018-12-181-0/+8
| * | | | | cfg80211: clarify LCI/civic location documentationJohannes Berg2018-12-181-2/+4
| * | | | | wireless: FTM: fix kernel-doc "cannot understand" warningsRandy Dunlap2018-12-182-2/+2
| * | | | | {nl,mac}80211: add rssi to mesh candidatesBob Copeland2018-11-091-1/+2
| * | | | | {nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconfBob Copeland2018-11-091-0/+5
| * | | | | {nl,mac}80211: report gate connectivity in station infoBob Copeland2018-11-091-0/+3
| * | | | | mac80211: allow hardware scan to fall back to softwareJohannes Berg2018-11-091-0/+5
| * | | | | mac80211: allow drivers to use peer measurement APIJohannes Berg2018-11-091-0/+7
| * | | | | cfg80211: add peer measurement with FTM initiator APIJohannes Berg2018-11-091-0/+263
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-182-1/+6
|\ \ \ \ \ \
| * | | | | | xfrm: clean an indentation issue, remove a spaceColin Ian King2018-12-101-1/+1
| * | | | | | xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal2018-11-091-0/+1
| * | | | | | xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal2018-11-091-0/+1
| * | | | | | xfrm: policy: store inexact policies in an rhashtableFlorian Westphal2018-11-092-0/+3
| |/ / / / /
* | | | | | net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477Tristram Ha2018-12-161-1/+1
* | | | | | neighbor: Add protocol attributeDavid Ahern2018-12-161-0/+2
* | | | | | net: use indirect call wrappers at GRO transport layerPaolo Abeni2018-12-151-0/+7
* | | | | | net: use indirect call wrappers at GRO network layerPaolo Abeni2018-12-151-0/+2
* | | | | | neighbor: Improve neighbour struct layoutDavid Ahern2018-12-151-2/+2
* | | | | | neighbor: Move neigh_update_ext_learned to core fileDavid Ahern2018-12-141-18/+0
* | | | | | net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang2018-12-141-2/+2
* | | | | | net: switchdev: Add extack to switchdev_handle_port_obj_add() callbackPetr Machata2018-12-121-2/+4
* | | | | | net: switchdev: Add extack to struct switchdev_notifier_infoPetr Machata2018-12-121-2/+11
* | | | | | net: switchdev: Add extack argument to switchdev_port_obj_add()Petr Machata2018-12-121-2/+4
| |_|_|/ / |/| | | |
* | | | | net/sched: Remove egdev mechanismOz Shlomo2018-12-101-30/+0
* | | | | net: Add netif_is_gretap()/netif_is_ip6gretap()Oz Shlomo2018-12-101-2/+11
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-093-5/+30
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio2018-12-071-5/+23
| * | | | sctp: frag_point sanity checkJakub Audykowicz2018-12-051-0/+5
| * | | | sctp: kfree_rcu asocXin Long2018-12-031-0/+2
* | | | | neighbor: Improve garbage collectionDavid Ahern2018-12-071-0/+3
* | | | | vxlan: Add vxlan_fdb_clear_offload()Petr Machata2018-12-071-0/+6
* | | | | vxlan: Add vxlan_fdb_replay()Petr Machata2018-12-071-0/+9
* | | | | net: dsa: Add overhead to tag protocol ops.Andrew Lunn2018-12-061-0/+1
* | | | | tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet2018-12-042-7/+21
* | | | | l3mdev: add function to retreive upper masterAlexis Bauvin2018-12-031-0/+22
* | | | | udp_tunnel: add config option to bind to a deviceAlexis Bauvin2018-12-031-0/+1
* | | | | devlink: Add 'fw_load_policy' generic parameterShalom Toledo2018-12-031-0/+4
* | | | | net: reorder flowi_common fields to avoid holesPaolo Abeni2018-11-301-1/+1
OpenPOWER on IntegriCloud