aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/bearer.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-08tipc: introduce TIPC encryption & authenticationGravatar Tuong Lien 1-8/+27
2019-11-08tipc: add reference counter to bearerGravatar Tuong Lien 1-1/+13
2019-08-08tipc: add loopback device trackingGravatar John Rutherford 1-0/+64
2019-07-07tipc: use rcu dereference functions properlyGravatar Xin Long 1-7/+7
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-21/+21
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-4/+4
2018-12-27tipc: fix a double free in tipc_enable_bearer()Gravatar Cong Wang 1-1/+0
2018-12-19tipc: add trace_events for tipc bearerGravatar Tuong Lien 1-0/+2
2018-12-19tipc: enable tracepoints in tipcGravatar Tuong Lien 1-3/+4
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+7
2018-09-25tipc: reset bearer if device carrier not okGravatar Parthasarathy Bhuvaragan 1-5/+7
2018-09-10net: Add and use skb_mark_not_on_list().Gravatar David S. Miller 1-1/+1
2018-07-26tipc: add missing dev_put() on error in tipc_enable_l2_mediaGravatar YueHaibing 1-0/+1
2018-07-05tipc: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2018-04-20tipc: confgiure and apply UDP bearer MTU on running linksGravatar GhantaKrishnamurthy MohanKrishna 1-1/+15
2018-04-20tipc: implement configuration of UDP media MTUGravatar GhantaKrishnamurthy MohanKrishna 1-0/+13
2018-03-23tipc: obtain node identity from interface by defaultGravatar Jon Maloy 1-9/+15
2018-03-23tipc: handle collisions of 32-bit node address hash valuesGravatar Jon Maloy 1-2/+1
2018-03-23tipc: remove restrictions on node address valuesGravatar Jon Maloy 1-23/+4
2018-03-23tipc: some cleanups in the file discover.cGravatar Jon Maloy 1-4/+4
2018-03-23tipc: refactor function tipc_enable_bearer()Gravatar Jon Maloy 1-66/+70
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-31/+51
2018-02-14tipc: apply bearer link tolerance on running linksGravatar Jon Maloy 1-3/+5
2018-02-14tipc: Introduce __tipc_nl_media_setGravatar Ying Xue 1-9/+14
2018-02-14tipc: Introduce __tipc_nl_bearer_setGravatar Ying Xue 1-9/+14
2018-02-14tipc: Introduce __tipc_nl_bearer_enableGravatar Ying Xue 1-7/+10
2018-02-14tipc: Introduce __tipc_nl_bearer_disableGravatar Ying Xue 1-6/+13
2017-12-27tipc: error path leak fixes in tipc_enable_bearer()Gravatar Tommi Rantala 1-1/+4
2017-09-06tipc: remove unnecessary call to dev_net()Gravatar Kleber Sacilotto de Souza 1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-15/+11
2017-08-29tipc: permit bond slave as bearerGravatar Parthasarathy Bhuvaragan 1-15/+11
2017-08-21tipc: don't reset stale broadcast send linkGravatar Jon Paul Maloy 1-24/+0
2017-08-14tipc: accept PACKET_MULTICAST packetsGravatar Jon Paul Maloy 1-1/+1
2017-04-13netlink: pass extended ACK struct where availableGravatar Johannes Berg 1-7/+7
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-7/+7
2017-01-20tipc: add function for checking broadcast support in bearerGravatar Jon Paul Maloy 1-1/+14
2016-12-02tipc: check minimum bearer MTUGravatar Michal Kubeček 1-2/+9
2016-08-26tipc: add the ability to get UDP options via netlinkGravatar Richard Alpe 1-0/+8
2016-08-26tipc: introduce UDP replicastGravatar Richard Alpe 1-0/+44
2016-08-23tipc: use kfree_skb() instead of kfree()Gravatar Wei Yongjun 1-1/+1
2016-08-18tipc: make bearer packet filtering genericGravatar Jon Paul Maloy 1-38/+40
2016-07-26tipc: add a function to get the bearer nameGravatar Parthasarathy Bhuvaragan 1-0/+21
2016-07-26tipc: introduce constants for tipc address validationGravatar Parthasarathy Bhuvaragan 1-2/+2
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+15
2016-07-11tipc: reset all unicast links when broadcast send link failsGravatar Jon Paul Maloy 1-0/+15
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2016-06-15tipc: fix suspicious RCU usageGravatar Ying Xue 1-1/+1
2016-06-15tipc: add neighbor monitoring frameworkGravatar Jon Paul Maloy 1-1/+7
2016-04-07tipc: stricter filtering of packets in bearer layerGravatar Jon Paul Maloy 1-17/+33
2016-04-07tipc: eliminate buffer leak in bearer layerGravatar Jon Paul Maloy 1-25/+26