summaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: use rcu dereference functions properlyXin Long2019-07-071-7/+7
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-21/+21
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-4/+4
* tipc: fix a double free in tipc_enable_bearer()Cong Wang2018-12-281-1/+0Star
* tipc: add trace_events for tipc bearerTuong Lien2018-12-191-0/+2
* tipc: enable tracepoints in tipcTuong Lien2018-12-191-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-5/+7
|\
| * tipc: reset bearer if device carrier not okParthasarathy Bhuvaragan2018-09-261-5/+7
* | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
|/
* tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing2018-07-261-0/+1
* tipc: mark expected switch fall-throughsGustavo A. R. Silva2018-07-051-0/+1
* tipc: confgiure and apply UDP bearer MTU on running linksGhantaKrishnamurthy MohanKrishna2018-04-201-1/+15
* tipc: implement configuration of UDP media MTUGhantaKrishnamurthy MohanKrishna2018-04-201-0/+13
* tipc: obtain node identity from interface by defaultJon Maloy2018-03-231-9/+15
* tipc: handle collisions of 32-bit node address hash valuesJon Maloy2018-03-231-2/+1Star
* tipc: remove restrictions on node address valuesJon Maloy2018-03-231-23/+4Star
* tipc: some cleanups in the file discover.cJon Maloy2018-03-231-4/+4
* tipc: refactor function tipc_enable_bearer()Jon Maloy2018-03-231-66/+70
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-201-31/+51
|\
| * tipc: Introduce __tipc_nl_media_setYing Xue2018-02-141-9/+14
| * tipc: Introduce __tipc_nl_bearer_setYing Xue2018-02-141-9/+14
| * tipc: Introduce __tipc_nl_bearer_enableYing Xue2018-02-141-7/+10
| * tipc: Introduce __tipc_nl_bearer_disableYing Xue2018-02-141-6/+13
* | tipc: apply bearer link tolerance on running linksJon Maloy2018-02-141-3/+5
|/
* tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala2017-12-271-1/+4
* tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza2017-09-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-15/+11Star
|\
| * tipc: permit bond slave as bearerParthasarathy Bhuvaragan2017-08-301-15/+11Star
* | tipc: don't reset stale broadcast send linkJon Paul Maloy2017-08-211-24/+0Star
|/
* tipc: accept PACKET_MULTICAST packetsJon Paul Maloy2017-08-141-1/+1
* netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-7/+7
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-7/+7
* tipc: add function for checking broadcast support in bearerJon Paul Maloy2017-01-201-1/+14
* tipc: check minimum bearer MTUMichal Kubeček2016-12-021-2/+9
* tipc: add the ability to get UDP options via netlinkRichard Alpe2016-08-271-0/+8
* tipc: introduce UDP replicastRichard Alpe2016-08-271-0/+44
* tipc: use kfree_skb() instead of kfree()Wei Yongjun2016-08-241-1/+1
* tipc: make bearer packet filtering genericJon Paul Maloy2016-08-191-38/+40
* tipc: add a function to get the bearer nameParthasarathy Bhuvaragan2016-07-261-0/+21
* tipc: introduce constants for tipc address validationParthasarathy Bhuvaragan2016-07-261-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-0/+15
|\
| * tipc: reset all unicast links when broadcast send link failsJon Paul Maloy2016-07-121-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+1
|\|
| * tipc: fix suspicious RCU usageYing Xue2016-06-161-1/+1
* | tipc: add neighbor monitoring frameworkJon Paul Maloy2016-06-151-1/+7
|/
* tipc: stricter filtering of packets in bearer layerJon Paul Maloy2016-04-071-17/+33
* tipc: eliminate buffer leak in bearer layerJon Paul Maloy2016-04-071-25/+26
* tipc: move netlink policies to netlink.cRichard Alpe2016-03-071-17/+1Star
* tipc: eliminate remnants of hungarian notationJon Paul Maloy2015-11-201-70/+70
* tipc: clean up unused code and structuresJon Paul Maloy2015-10-241-19/+0Star