Age | Commit message (Expand) | Author |
2019-07-07 | tipc: use rcu dereference functions properly | Xin Long |
2019-07-02 | tipc: remove ub->ubsock checks | Xin Long |
2019-06-27 | tipc: add dst_cache support for udp media | Xin Long |
2019-06-18 | tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb | Xin Long |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek |
2019-04-26 | tipc: remove rcu_read_unlock() left in tipc_udp_recv() | Eric Dumazet |
2019-04-24 | tipc: tipc_udp_recv() cleanup vs rcu verbs | Eric Dumazet |
2019-03-29 | ipv6: Move ipv6 stubs to a separate header file | David Ahern |
2018-12-14 | tipc: compare remote and local protocols in tipc_udp_enable() | Cong Wang |
2018-12-14 | tipc: fix a double kfree_skb() | Cong Wang |
2018-10-15 | tipc: support binding to specific ip address when activating UDP bearer | Hoang Le |
2018-04-20 | tipc: set default MTU for UDP media | GhantaKrishnamurthy MohanKrishna |
2018-03-27 | tipc: fix error handling in tipc_udp_enable() | Wei Yongjun |
2018-03-23 | tipc: obtain node identity from interface by default | Jon Maloy |
2017-12-01 | tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv() | Tommi Rantala |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg |
2017-01-20 | tipc: add function for checking broadcast support in bearer | Jon Paul Maloy |
2016-12-02 | tipc: check minimum bearer MTU | Michal Kubeček |
2016-10-13 | tipc: info leak in __tipc_nl_add_udp_addr() | Dan Carpenter |
2016-09-13 | tipc: fix possible memory leak in tipc_udp_enable() | Wei Yongjun |
2016-08-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-08-26 | tipc: add UDP remoteip dump to netlink API | Richard Alpe |
2016-08-26 | tipc: add the ability to get UDP options via netlink | Richard Alpe |
2016-08-26 | tipc: add replicast peer discovery | Richard Alpe |
2016-08-26 | tipc: introduce UDP replicast | Richard Alpe |
2016-08-26 | tipc: refactor multicast ip check | Richard Alpe |
2016-08-26 | tipc: split UDP send function | Richard Alpe |
2016-08-26 | tipc: split UDP nl address parsing | Richard Alpe |
2016-08-25 | tipc: fix the error handling in tipc_udp_enable() | Wei Yongjun |
2016-08-18 | tipc: make bearer packet filtering generic | Jon Paul Maloy |
2016-06-29 | tipc: rename udp_port in struct udp_media_addr | Richard Alpe |
2016-03-14 | tipc: make sure IPv6 header fits in skb headroom | Richard Alpe |
2016-03-11 | ip_tunnel: add support for setting flow label via collect metadata | Daniel Borkmann |
2016-03-07 | tipc: move netlink policies to netlink.c | Richard Alpe |
2016-03-06 | tipc: make sure required IPv6 addresses are scoped | Richard Alpe |
2016-03-06 | tipc: safely copy UDP netlink data from user | Richard Alpe |
2016-03-06 | tipc: add net device to skb before UDP xmit | Richard Alpe |
2015-12-25 | ip_tunnel: Move stats update to iptunnel_xmit() | Pravin B Shelar |
2015-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-11-24 | tipc: fix error handling of expanding buffer headroom | Ying Xue |
2015-11-20 | tipc: move linearization of buffers to generic code | Jon Paul Maloy |
2015-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-11-01 | tipc: linearize arriving NAME_DISTR and LINK_PROTO buffers | Jon Paul Maloy |
2015-10-24 | tipc: eliminate redundant buffer cloning at transmission | Jon Paul Maloy |
2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-10-21 | tipc: conditionally expand buffer headroom over udp tunnel | Jon Paul Maloy |
2015-10-15 | tipc: send out RESET immediately when link goes down | Jon Paul Maloy |
2015-07-31 | ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument | Roopa Prabhu |
2015-04-07 | udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb(). | David Miller |