summaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: add the ability to get UDP options via netlinkRichard Alpe2016-08-261-0/+8
* tipc: introduce UDP replicastRichard Alpe2016-08-261-0/+44
* tipc: use kfree_skb() instead of kfree()Wei Yongjun2016-08-231-1/+1
* tipc: make bearer packet filtering genericJon Paul Maloy2016-08-181-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-111-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-151-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/+1
* tipc: eliminate remnants of hungarian notationJon Paul Maloy2015-11-201-70/+70
* tipc: clean up unused code and structuresJon Paul Maloy2015-10-241-19/+0
* tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy2015-10-241-21/+10
* tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy2015-10-241-0/+18
* tipc: introduce jumbo frame support for broadcastJon Paul Maloy2015-10-241-0/+13
* tipc: simplify bearer level broadcastJon Paul Maloy2015-10-241-6/+29
* tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-151-5/+3
* tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-301-2/+2
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-201-0/+26
* tipc: simplify resetting and disabling of bearersJon Paul Maloy2015-05-141-10/+8
* tipc: fix default link prop regression in nl compatRichard Alpe2015-05-091-1/+1
* tipc: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-8/+9
* tipc: ensure that idle links are deleted when a bearer is disabledJon Paul Maloy2015-03-101-1/+1
* tipc: add ip/udp media typeErik Hugne2015-03-051-4/+9
* tipc: purge links when bearer is disabledErik Hugne2015-02-271-1/+1
* tipc: remove tipc_snprintfRichard Alpe2015-02-091-3/+3
* tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe2015-02-091-1/+0
* tipc: convert legacy nl media dump to nl compatRichard Alpe2015-02-091-20/+0
* tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe2015-02-091-21/+5
* tipc: convert legacy nl bearer dump to nl compatRichard Alpe2015-02-091-29/+0
* tipc: move and rename the legacy nl api to "nl compat"Richard Alpe2015-02-091-2/+2
* tipc: make tipc node address support net namespaceYing Xue2015-01-121-6/+7
* tipc: make tipc broadcast link support net namespaceYing Xue2015-01-121-3/+4
* tipc: make bearer list support net namespaceYing Xue2015-01-121-28/+39
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-121-11/+14
* tipc: involve namespace infrastructureYing Xue2015-01-121-17/+12
* tipc: fix sparse warnings in new nl apiRichard Alpe2014-11-241-2/+4
* tipc: add media set to new netlink apiRichard Alpe2014-11-211-0/+47
* tipc: add media get/dump to new netlink apiRichard Alpe2014-11-211-0/+125
* tipc: add bearer set to new netlink apiRichard Alpe2014-11-211-0/+49
* tipc: add bearer get/dump to new netlink apiRichard Alpe2014-11-211-0/+125
* tipc: add bearer disable/enable to new netlink apiRichard Alpe2014-11-211-1/+98
* tipc: improve and extend media address conversion functionsJon Paul Maloy2014-05-141-29/+7
* tipc: fix race in disc create/deleteYing Xue2014-04-221-2/+1
* tipc: use bc_lock to protect node map in bearer structureYing Xue2014-04-221-4/+2
* tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue2014-04-221-1/+1
OpenPOWER on IntegriCloud