summaryrefslogtreecommitdiffstats
path: root/net/tipc/udp_media.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: use rcu dereference functions properlyXin Long2019-07-071-4/+4
* tipc: remove ub->ubsock checksXin Long2019-07-031-9/+8Star
* tipc: add dst_cache support for udp mediaXin Long2019-06-281-25/+47
* tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long2019-06-191-5/+3Star
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-8/+5Star
* 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/+0Star
* tipc: tipc_udp_recv() cleanup vs rcu verbsEric Dumazet2019-04-241-6/+3Star
* 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/+1Star
* tipc: support binding to specific ip address when activating UDP bearerHoang Le2018-10-161-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/+0Star
* 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-261-1/+4
* | tipc: add UDP remoteip dump to netlink APIRichard Alpe2016-08-271-0/+90
* | tipc: add the ability to get UDP options via netlinkRichard Alpe2016-08-271-0/+61
* | tipc: add replicast peer discoveryRichard Alpe2016-08-271-3/+80
* | tipc: introduce UDP replicastRichard Alpe2016-08-271-12/+106
* | tipc: refactor multicast ip checkRichard Alpe2016-08-271-15/+19
* | tipc: split UDP send functionRichard Alpe2016-08-271-18/+32
* | tipc: split UDP nl address parsingRichard Alpe2016-08-271-57/+55Star
* | tipc: make bearer packet filtering genericJon Paul Maloy2016-08-191-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/+1Star
* tipc: make sure required IPv6 addresses are scopedRichard Alpe2016-03-071-0/+5
* tipc: safely copy UDP netlink data from userRichard Alpe2016-03-071-11/+13
* tipc: add net device to skb before UDP xmitRichard Alpe2016-03-071-0/+2
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-261-9/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-041-2/+5
|\
| * tipc: fix error handling of expanding buffer headroomYing Xue2015-11-241-2/+5
* | tipc: move linearization of buffers to generic codeJon Paul Maloy2015-11-201-5/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-0/+5
|\
| * tipc: linearize arriving NAME_DISTR and LINK_PROTO buffersJon Paul Maloy2015-11-011-0/+5
* | tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy2015-10-241-7/+5Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-0/+5
|\|
| * tipc: conditionally expand buffer headroom over udp tunnelJon Paul Maloy2015-10-221-0/+5
* | tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-161-1/+0Star
|/
* ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu2015-08-011-1/+2
* udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-071-2/+4