aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/udp_media.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-17tipc: wait and exit until all work queues are doneGravatar Xin Long 1-0/+2
2021-04-05mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklistGravatar Taehee Yoo 1-0/+2
2020-12-01net/tipc: fix various kernel-doc warningsGravatar Randy Dunlap 1-1/+7
2020-09-18net: tipc: Supply missing udp_media.h include fileGravatar Wang Hai 1-0/+1
2020-08-18ipv6: some fixes for ipv6_dev_find()Gravatar Xin Long 1-5/+3
2020-08-05tipc: set ub->ifindex for local ipv6 addressGravatar Xin Long 1-0/+8
2020-07-13net: tipc: kerneldoc fixesGravatar Andrew Lunn 1-1/+1
2020-05-22tipc: block BH before using dst_cacheGravatar Eric Dumazet 1-1/+5
2019-12-10tipc: introduce variable window congestion controlGravatar Jon Maloy 1-1/+2
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupGravatar Sabrina Dubroca 1-3/+6
2019-11-08tipc: introduce TIPC encryption & authenticationGravatar Tuong Lien 1-0/+1
2019-10-06net: tipc: have genetlink code to parse the attrs during dumpitGravatar Jiri Pirko 1-5/+1
2019-07-07tipc: use rcu dereference functions properlyGravatar Xin Long 1-4/+4
2019-07-02tipc: remove ub->ubsock checksGravatar Xin Long 1-9/+8
2019-06-27tipc: add dst_cache support for udp mediaGravatar Xin Long 1-25/+47
2019-06-18tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbGravatar Xin Long 1-5/+3
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-8/+5
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-1/+1
2019-04-26tipc: remove rcu_read_unlock() left in tipc_udp_recv()Gravatar Eric Dumazet 1-1/+0
2019-04-24tipc: tipc_udp_recv() cleanup vs rcu verbsGravatar Eric Dumazet 1-6/+3
2019-03-29ipv6: Move ipv6 stubs to a separate header fileGravatar David Ahern 1-1/+1
2018-12-14tipc: compare remote and local protocols in tipc_udp_enable()Gravatar Cong Wang 1-0/+5
2018-12-14tipc: fix a double kfree_skb()Gravatar Cong Wang 1-3/+1
2018-10-15tipc: support binding to specific ip address when activating UDP bearerGravatar Hoang Le 1-3/+15
2018-04-20tipc: set default MTU for UDP mediaGravatar GhantaKrishnamurthy MohanKrishna 1-2/+2
2018-03-27tipc: fix error handling in tipc_udp_enable()Gravatar Wei Yongjun 1-1/+2
2018-03-23tipc: obtain node identity from interface by defaultGravatar Jon Maloy 1-0/+13
2017-12-01tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Gravatar Tommi Rantala 1-4/+0
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-3/+4
2017-01-20tipc: add function for checking broadcast support in bearerGravatar Jon Paul Maloy 1-4/+4
2016-12-02tipc: check minimum bearer MTUGravatar Michal Kubeček 1-0/+5
2016-10-13tipc: info leak in __tipc_nl_add_udp_addr()Gravatar Dan Carpenter 1-0/+2
2016-09-13tipc: fix possible memory leak in tipc_udp_enable()Gravatar Wei Yongjun 1-1/+2
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2016-08-26tipc: add UDP remoteip dump to netlink APIGravatar Richard Alpe 1-0/+90
2016-08-26tipc: add the ability to get UDP options via netlinkGravatar Richard Alpe 1-0/+61
2016-08-26tipc: add replicast peer discoveryGravatar Richard Alpe 1-3/+80
2016-08-26tipc: introduce UDP replicastGravatar Richard Alpe 1-12/+106
2016-08-26tipc: refactor multicast ip checkGravatar Richard Alpe 1-15/+19
2016-08-26tipc: split UDP send functionGravatar Richard Alpe 1-18/+32
2016-08-26tipc: split UDP nl address parsingGravatar Richard Alpe 1-57/+55
2016-08-25tipc: fix the error handling in tipc_udp_enable()Gravatar Wei Yongjun 1-1/+4
2016-08-18tipc: make bearer packet filtering genericGravatar Jon Paul Maloy 1-1/+1
2016-06-29tipc: rename udp_port in struct udp_media_addrGravatar Richard Alpe 1-12/+12
2016-03-14tipc: make sure IPv6 header fits in skb headroomGravatar Richard Alpe 1-1/+1
2016-03-11ip_tunnel: add support for setting flow label via collect metadataGravatar Daniel Borkmann 1-1/+1
2016-03-07tipc: move netlink policies to netlink.cGravatar Richard Alpe 1-8/+1
2016-03-06tipc: make sure required IPv6 addresses are scopedGravatar Richard Alpe 1-0/+5
2016-03-06tipc: safely copy UDP netlink data from userGravatar Richard Alpe 1-11/+13
2016-03-06tipc: add net device to skb before UDP xmitGravatar Richard Alpe 1-0/+2