summaryrefslogtreecommitdiff
path: root/net/tipc/bearer.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-03tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala1-1/+4
2017-09-07tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza1-1/+1
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+11
2017-08-30tipc: permit bond slave as bearerParthasarathy Bhuvaragan1-15/+11
2017-08-21tipc: don't reset stale broadcast send linkJon Paul Maloy1-24/+0
2017-08-14tipc: accept PACKET_MULTICAST packetsJon Paul Maloy1-1/+1
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-7/+7
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-7/+7
2017-01-20tipc: add function for checking broadcast support in bearerJon Paul Maloy1-1/+14
2016-12-02tipc: check minimum bearer MTUMichal Kubeček1-2/+9
2016-08-27tipc: add the ability to get UDP options via netlinkRichard Alpe1-0/+8
2016-08-27tipc: introduce UDP replicastRichard Alpe1-0/+44
2016-08-24tipc: use kfree_skb() instead of kfree()Wei Yongjun1-1/+1
2016-08-19tipc: make bearer packet filtering genericJon Paul Maloy1-38/+40
2016-07-27tipc: add a function to get the bearer nameParthasarathy Bhuvaragan1-0/+21
2016-07-27tipc: introduce constants for tipc address validationParthasarathy Bhuvaragan1-2/+2
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+15
2016-07-12tipc: reset all unicast links when broadcast send link failsJon Paul Maloy1-0/+15
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-06-16tipc: fix suspicious RCU usageYing Xue1-1/+1
2016-06-16tipc: add neighbor monitoring frameworkJon Paul Maloy1-1/+7
2016-04-08tipc: stricter filtering of packets in bearer layerJon Paul Maloy1-17/+33
2016-04-08tipc: eliminate buffer leak in bearer layerJon Paul Maloy1-25/+26
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe1-17/+1
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy1-70/+70
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy1-19/+0
2015-10-24tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy1-21/+10
2015-10-24tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy1-0/+18
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy1-0/+13
2015-10-24tipc: simplify bearer level broadcastJon Paul Maloy1-6/+29
2015-10-16tipc: send out RESET immediately when link goes downJon Paul Maloy1-5/+3
2015-07-31tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy1-2/+2
2015-07-21tipc: make media xmit call outside node spinlock contextJon Paul Maloy1-0/+26
2015-05-14tipc: simplify resetting and disabling of bearersJon Paul Maloy1-10/+8
2015-05-09tipc: fix default link prop regression in nl compatRichard Alpe1-1/+1
2015-04-29tipc: remove wrong use of NLM_F_MULTINicolas Dichtel1-8/+9
2015-03-11tipc: ensure that idle links are deleted when a bearer is disabledJon Paul Maloy1-1/+1
2015-03-06tipc: add ip/udp media typeErik Hugne1-4/+9
2015-02-28tipc: purge links when bearer is disabledErik Hugne1-1/+1
2015-02-10tipc: remove tipc_snprintfRichard Alpe1-3/+3
2015-02-10tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe1-1/+0
2015-02-10tipc: convert legacy nl media dump to nl compatRichard Alpe1-20/+0
2015-02-10tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe1-21/+5
2015-02-10tipc: convert legacy nl bearer dump to nl compatRichard Alpe1-29/+0
2015-02-10tipc: move and rename the legacy nl api to "nl compat"Richard Alpe1-2/+2
2015-01-13tipc: make tipc node address support net namespaceYing Xue1-6/+7
2015-01-13tipc: make tipc broadcast link support net namespaceYing Xue1-3/+4
2015-01-13tipc: make bearer list support net namespaceYing Xue1-28/+39
2015-01-13tipc: make tipc node table aware of net namespaceYing Xue1-11/+14
2015-01-13tipc: involve namespace infrastructureYing Xue1-17/+12