| Commit message (Expand) | Author | Age | Files | Lines |
* | genetlink: use attrs from struct genl_info | Jakub Kicinski | 2023-08-15 | 1 | -1/+1 |
* | tipc: delete tipc_mtu_bad from tipc_udp_enable | Xin Long | 2023-05-31 | 1 | -4/+0 |
* | tipc: add tipc_bearer_min_mtu to calculate min mtu | Xin Long | 2023-05-15 | 1 | -2/+3 |
* | tipc: wait and exit until all work queues are done | Xin Long | 2021-05-17 | 1 | -0/+2 |
* | mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklist | Taehee Yoo | 2021-04-05 | 1 | -0/+2 |
* | net/tipc: fix various kernel-doc warnings | Randy Dunlap | 2020-12-01 | 1 | -1/+7 |
* | net: tipc: Supply missing udp_media.h include file | Wang Hai | 2020-09-18 | 1 | -0/+1 |
* | ipv6: some fixes for ipv6_dev_find() | Xin Long | 2020-08-18 | 1 | -5/+3 |
* | tipc: set ub->ifindex for local ipv6 address | Xin Long | 2020-08-05 | 1 | -0/+8 |
* | net: tipc: kerneldoc fixes | Andrew Lunn | 2020-07-13 | 1 | -1/+1 |
* | tipc: block BH before using dst_cache | Eric Dumazet | 2020-05-22 | 1 | -1/+5 |
* | tipc: introduce variable window congestion control | Jon Maloy | 2019-12-10 | 1 | -1/+2 |
* | net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup | Sabrina Dubroca | 2019-12-04 | 1 | -3/+6 |
* | tipc: introduce TIPC encryption & authentication | Tuong Lien | 2019-11-08 | 1 | -0/+1 |
* | net: tipc: have genetlink code to parse the attrs during dumpit | Jiri Pirko | 2019-10-06 | 1 | -5/+1 |
* | tipc: use rcu dereference functions properly | Xin Long | 2019-07-07 | 1 | -4/+4 |
* | tipc: remove ub->ubsock checks | Xin Long | 2019-07-02 | 1 | -9/+8 |
* | tipc: add dst_cache support for udp media | Xin Long | 2019-06-27 | 1 | -25/+47 |
* | tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb | Xin Long | 2019-06-18 | 1 | -5/+3 |
* | netlink: make validation more configurable for future strictness | Johannes Berg | 2019-04-27 | 1 | -8/+5 |
* | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 2019-04-27 | 1 | -1/+1 |
* | tipc: remove rcu_read_unlock() left in tipc_udp_recv() | Eric Dumazet | 2019-04-26 | 1 | -1/+0 |
* | tipc: tipc_udp_recv() cleanup vs rcu verbs | Eric Dumazet | 2019-04-24 | 1 | -6/+3 |
* | ipv6: Move ipv6 stubs to a separate header file | David Ahern | 2019-03-29 | 1 | -1/+1 |
* | tipc: compare remote and local protocols in tipc_udp_enable() | Cong Wang | 2018-12-14 | 1 | -0/+5 |
* | tipc: fix a double kfree_skb() | Cong Wang | 2018-12-14 | 1 | -3/+1 |
* | tipc: support binding to specific ip address when activating UDP bearer | Hoang Le | 2018-10-15 | 1 | -3/+15 |
* | tipc: set default MTU for UDP media | GhantaKrishnamurthy MohanKrishna | 2018-04-20 | 1 | -2/+2 |
* | tipc: fix error handling in tipc_udp_enable() | Wei Yongjun | 2018-03-27 | 1 | -1/+2 |
* | tipc: obtain node identity from interface by default | Jon Maloy | 2018-03-23 | 1 | -0/+13 |
* | tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv() | Tommi Rantala | 2017-12-01 | 1 | -4/+0 |
* | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 2017-04-13 | 1 | -3/+4 |
* | tipc: add function for checking broadcast support in bearer | Jon Paul Maloy | 2017-01-20 | 1 | -4/+4 |
* | tipc: check minimum bearer MTU | Michal Kubeček | 2016-12-02 | 1 | -0/+5 |
* | tipc: info leak in __tipc_nl_add_udp_addr() | Dan Carpenter | 2016-10-13 | 1 | -0/+2 |
* | tipc: fix possible memory leak in tipc_udp_enable() | Wei Yongjun | 2016-09-13 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-30 | 1 | -0/+2 |
|\ |
|
| * | tipc: fix the error handling in tipc_udp_enable() | Wei Yongjun | 2016-08-25 | 1 | -1/+4 |
* | | tipc: add UDP remoteip dump to netlink API | Richard Alpe | 2016-08-26 | 1 | -0/+90 |
* | | tipc: add the ability to get UDP options via netlink | Richard Alpe | 2016-08-26 | 1 | -0/+61 |
* | | tipc: add replicast peer discovery | Richard Alpe | 2016-08-26 | 1 | -3/+80 |
* | | tipc: introduce UDP replicast | Richard Alpe | 2016-08-26 | 1 | -12/+106 |
* | | tipc: refactor multicast ip check | Richard Alpe | 2016-08-26 | 1 | -15/+19 |
* | | tipc: split UDP send function | Richard Alpe | 2016-08-26 | 1 | -18/+32 |
* | | tipc: split UDP nl address parsing | Richard Alpe | 2016-08-26 | 1 | -57/+55 |
* | | tipc: make bearer packet filtering generic | Jon Paul Maloy | 2016-08-18 | 1 | -1/+1 |
|/ |
|
* | tipc: rename udp_port in struct udp_media_addr | Richard Alpe | 2016-06-29 | 1 | -12/+12 |
* | tipc: make sure IPv6 header fits in skb headroom | Richard Alpe | 2016-03-14 | 1 | -1/+1 |
* | ip_tunnel: add support for setting flow label via collect metadata | Daniel Borkmann | 2016-03-11 | 1 | -1/+1 |
* | tipc: move netlink policies to netlink.c | Richard Alpe | 2016-03-07 | 1 | -8/+1 |