summaryrefslogtreecommitdiffstats
path: root/net/tipc/udp_media.c
Commit message (Expand)AuthorAgeFilesLines
* genetlink: use attrs from struct genl_infoJakub Kicinski2023-08-151-1/+1
* tipc: delete tipc_mtu_bad from tipc_udp_enableXin Long2023-05-311-4/+0
* tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long2023-05-151-2/+3
* tipc: wait and exit until all work queues are doneXin Long2021-05-171-0/+2
* mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklistTaehee Yoo2021-04-051-0/+2
* net/tipc: fix various kernel-doc warningsRandy Dunlap2020-12-011-1/+7
* net: tipc: Supply missing udp_media.h include fileWang Hai2020-09-181-0/+1
* ipv6: some fixes for ipv6_dev_find()Xin Long2020-08-181-5/+3
* tipc: set ub->ifindex for local ipv6 addressXin Long2020-08-051-0/+8
* net: tipc: kerneldoc fixesAndrew Lunn2020-07-131-1/+1
* tipc: block BH before using dst_cacheEric Dumazet2020-05-221-1/+5
* tipc: introduce variable window congestion controlJon Maloy2019-12-101-1/+2
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-3/+6
* tipc: introduce TIPC encryption & authenticationTuong Lien2019-11-081-0/+1
* net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-5/+1
* tipc: use rcu dereference functions properlyXin Long2019-07-071-4/+4
* tipc: remove ub->ubsock checksXin Long2019-07-021-9/+8
* tipc: add dst_cache support for udp mediaXin Long2019-06-271-25/+47
* tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long2019-06-181-5/+3
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-8/+5
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* tipc: remove rcu_read_unlock() left in tipc_udp_recv()Eric Dumazet2019-04-261-1/+0
* tipc: tipc_udp_recv() cleanup vs rcu verbsEric Dumazet2019-04-241-6/+3
* ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2019-03-291-1/+1
* tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang2018-12-141-0/+5
* tipc: fix a double kfree_skb()Cong Wang2018-12-141-3/+1
* tipc: support binding to specific ip address when activating UDP bearerHoang Le2018-10-151-3/+15
* tipc: set default MTU for UDP mediaGhantaKrishnamurthy MohanKrishna2018-04-201-2/+2
* tipc: fix error handling in tipc_udp_enable()Wei Yongjun2018-03-271-1/+2
* tipc: obtain node identity from interface by defaultJon Maloy2018-03-231-0/+13
* tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-011-4/+0
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-3/+4
* tipc: add function for checking broadcast support in bearerJon Paul Maloy2017-01-201-4/+4
* tipc: check minimum bearer MTUMichal Kubeček2016-12-021-0/+5
* tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter2016-10-131-0/+2
* tipc: fix possible memory leak in tipc_udp_enable()Wei Yongjun2016-09-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-0/+2
|\
| * tipc: fix the error handling in tipc_udp_enable()Wei Yongjun2016-08-251-1/+4
* | tipc: add UDP remoteip dump to netlink APIRichard Alpe2016-08-261-0/+90
* | tipc: add the ability to get UDP options via netlinkRichard Alpe2016-08-261-0/+61
* | tipc: add replicast peer discoveryRichard Alpe2016-08-261-3/+80
* | tipc: introduce UDP replicastRichard Alpe2016-08-261-12/+106
* | tipc: refactor multicast ip checkRichard Alpe2016-08-261-15/+19
* | tipc: split UDP send functionRichard Alpe2016-08-261-18/+32
* | tipc: split UDP nl address parsingRichard Alpe2016-08-261-57/+55
* | tipc: make bearer packet filtering genericJon Paul Maloy2016-08-181-1/+1
|/
* tipc: rename udp_port in struct udp_media_addrRichard Alpe2016-06-291-12/+12
* tipc: make sure IPv6 header fits in skb headroomRichard Alpe2016-03-141-1/+1
* ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann2016-03-111-1/+1
* tipc: move netlink policies to netlink.cRichard Alpe2016-03-071-8/+1