summaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: Cleanup tipc_nl_bearer_add() error pathsShigeru Yoshida2024-02-151-9/+6
* tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida2024-02-061-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-2/+2
|\
| * net: tipc: resize nlattr array to correct sizeLin Ma2023-06-151-2/+2
* | tipc: replace open-code bearer rcu_dereference access in bearer.cXin Long2023-06-061-8/+6
* | tipc: delete tipc_mtu_bad from tipc_udp_enableXin Long2023-05-311-2/+2
|/
* tipc: check the bearer min mtu properly when setting it by netlinkXin Long2023-05-151-2/+2
* tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long2023-05-151-0/+13
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-2/+2
* tipc: check attribute length for bearer nameHoang Le2022-06-021-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-5/+7
|\
| * tipc: fix kernel panic when enabling bearerTung Nguyen2022-03-041-5/+7
* | tipc: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-1/+1
|/
* net: add net device refcount tracker to struct packet_typeEric Dumazet2021-12-151-2/+2
* tipc: constify dev_addr passingJakub Kicinski2021-10-131-2/+2
* tipc: fix unique bearer names sanity checkHoang Le2021-04-011-19/+27
* tipc: fix kernel-doc warningsHoang Le2021-03-261-0/+1
* tipc: add extack messages for bearer/media failureHoang Le2021-03-251-10/+40
* net/tipc: fix all function Return: notationRandy Dunlap2020-12-011-1/+1
* net/tipc: fix bearer.c for kernel-docRandy Dunlap2020-12-011-1/+19
* tipc: fix -Wstringop-truncation warningsWenlin Kang2020-11-131-4/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net: tipc: kerneldoc fixesAndrew Lunn2020-07-131-1/+1
* tipc: fix NULL pointer dereference in tipc_disc_rcv()Tuong Lien2020-06-111-1/+1
* tipc: introduce variable window congestion controlJon Maloy2019-12-101-5/+6
* tipc: introduce TIPC encryption & authenticationTuong Lien2019-11-081-8/+27
* tipc: add reference counter to bearerTuong Lien2019-11-081-1/+13
* tipc: add loopback device trackingJohn Rutherford2019-08-081-0/+64
* 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-271-1/+0
* 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-031-5/+7
|\
| * tipc: reset bearer if device carrier not okParthasarathy Bhuvaragan2018-09-251-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/+1
* tipc: remove restrictions on node address valuesJon Maloy2018-03-231-23/+4
* 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-191-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