aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c
AgeCommit message (Expand)Author
2024-02-06tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-15net: tipc: resize nlattr array to correct sizeLin Ma
2023-06-06tipc: replace open-code bearer rcu_dereference access in bearer.cXin Long
2023-05-31tipc: delete tipc_mtu_bad from tipc_udp_enableXin Long
2023-05-15tipc: check the bearer min mtu properly when setting it by netlinkXin Long
2023-05-15tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-06-02tipc: check attribute length for bearer nameHoang Le
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-07tipc: Use netif_rx().Sebastian Andrzej Siewior
2022-03-04tipc: fix kernel panic when enabling bearerTung Nguyen
2021-12-15net: add net device refcount tracker to struct packet_typeEric Dumazet
2021-10-13tipc: constify dev_addr passingJakub Kicinski
2021-04-01tipc: fix unique bearer names sanity checkHoang Le
2021-03-26tipc: fix kernel-doc warningsHoang Le
2021-03-25tipc: add extack messages for bearer/media failureHoang Le
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap
2020-12-01net/tipc: fix bearer.c for kernel-docRandy Dunlap
2020-11-13tipc: fix -Wstringop-truncation warningsWenlin Kang
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-13net: tipc: kerneldoc fixesAndrew Lunn
2020-06-11tipc: fix NULL pointer dereference in tipc_disc_rcv()Tuong Lien
2019-12-10tipc: introduce variable window congestion controlJon Maloy
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien
2019-11-08tipc: add reference counter to bearerTuong Lien
2019-08-08tipc: add loopback device trackingJohn Rutherford
2019-07-07tipc: use rcu dereference functions properlyXin Long
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2018-12-27tipc: fix a double free in tipc_enable_bearer()Cong Wang
2018-12-19tipc: add trace_events for tipc bearerTuong Lien
2018-12-19tipc: enable tracepoints in tipcTuong Lien
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-25tipc: reset bearer if device carrier not okParthasarathy Bhuvaragan
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller
2018-07-26tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing
2018-07-05tipc: mark expected switch fall-throughsGustavo A. R. Silva
2018-04-20tipc: confgiure and apply UDP bearer MTU on running linksGhantaKrishnamurthy MohanKrishna
2018-04-20tipc: implement configuration of UDP media MTUGhantaKrishnamurthy MohanKrishna
2018-03-23tipc: obtain node identity from interface by defaultJon Maloy
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy
2018-03-23tipc: remove restrictions on node address valuesJon Maloy
2018-03-23tipc: some cleanups in the file discover.cJon Maloy
2018-03-23tipc: refactor function tipc_enable_bearer()Jon Maloy
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-14tipc: apply bearer link tolerance on running linksJon Maloy
2018-02-14tipc: Introduce __tipc_nl_media_setYing Xue
2018-02-14tipc: Introduce __tipc_nl_bearer_setYing Xue
2018-02-14tipc: Introduce __tipc_nl_bearer_enableYing Xue