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