aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/udp_media.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Gravatar Pravin B Shelar 1-9/+3
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+5
2015-11-24tipc: fix error handling of expanding buffer headroomGravatar Ying Xue 1-2/+5
2015-11-20tipc: move linearization of buffers to generic codeGravatar Jon Paul Maloy 1-5/+0
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+5
2015-11-01tipc: linearize arriving NAME_DISTR and LINK_PROTO buffersGravatar Jon Paul Maloy 1-0/+5
2015-10-24tipc: eliminate redundant buffer cloning at transmissionGravatar Jon Paul Maloy 1-7/+5
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+5
2015-10-21tipc: conditionally expand buffer headroom over udp tunnelGravatar Jon Paul Maloy 1-0/+5
2015-10-15tipc: send out RESET immediately when link goes downGravatar Jon Paul Maloy 1-1/+0
2015-07-31ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentGravatar Roopa Prabhu 1-1/+2
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().Gravatar David Miller 1-2/+4
2015-03-24tipc: fix compile error when IPV6=m and TIPC=yGravatar Ying Xue 1-1/+1
2015-03-19tipc: fix build issue when building without IPv6Gravatar Marcelo Ricardo Leitner 1-1/+5
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Gravatar Marcelo Ricardo Leitner 1-2/+2
2015-03-09tipc: sparse: fix htons conversion warningsGravatar Erik Hugne 1-4/+4
2015-03-05tipc: add ip/udp media typeGravatar Erik Hugne 1-0/+442