aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/udp_media.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-06-18tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearerHaixia Qu1-2/+2
2025-06-17net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()Petr Machata1-1/+1
2025-06-17net: ipv6: Make udp_tunnel6_xmit_skb() voidPetr Machata1-5/+5
2025-06-17net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata1-1/+1
2024-12-05tipc: fix NULL deref in cleanup_bearer()Eric Dumazet1-1/+6
2024-12-03tipc: Fix use-after-free of kernel socket in cleanup_bearer().Kuniyuki Iwashima1-1/+1
2024-07-24tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida1-1/+4
2024-04-30inet: introduce dst_rtable() helperEric Dumazet1-1/+1
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski1-1/+1
2023-05-31tipc: delete tipc_mtu_bad from tipc_udp_enableXin Long1-4/+0
2023-05-15tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long1-2/+3
2021-05-17tipc: wait and exit until all work queues are doneXin Long1-0/+2
2021-04-05mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklistTaehee Yoo1-0/+2
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap1-1/+7
2020-09-18net: tipc: Supply missing udp_media.h include fileWang Hai1-0/+1
2020-08-18ipv6: some fixes for ipv6_dev_find()Xin Long1-5/+3
2020-08-05tipc: set ub->ifindex for local ipv6 addressXin Long1-0/+8
2020-07-13net: tipc: kerneldoc fixesAndrew Lunn1-1/+1
2020-05-22tipc: block BH before using dst_cacheEric Dumazet1-1/+5
2019-12-10tipc: introduce variable window congestion controlJon Maloy1-1/+2
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-3/+6
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien1-0/+1
2019-10-06net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko1-5/+1
2019-07-07tipc: use rcu dereference functions properlyXin Long1-4/+4
2019-07-02tipc: remove ub->ubsock checksXin Long1-9/+8
2019-06-27tipc: add dst_cache support for udp mediaXin Long1-25/+47
2019-06-18tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long1-5/+3
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-8/+5
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-04-26tipc: remove rcu_read_unlock() left in tipc_udp_recv()Eric Dumazet1-1/+0
2019-04-24tipc: tipc_udp_recv() cleanup vs rcu verbsEric Dumazet1-6/+3
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern1-1/+1
2018-12-14tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang1-0/+5
2018-12-14tipc: fix a double kfree_skb()Cong Wang1-3/+1
2018-10-15tipc: support binding to specific ip address when activating UDP bearerHoang Le1-3/+15
2018-04-20tipc: set default MTU for UDP mediaGhantaKrishnamurthy MohanKrishna1-2/+2
2018-03-27tipc: fix error handling in tipc_udp_enable()Wei Yongjun1-1/+2
2018-03-23tipc: obtain node identity from interface by defaultJon Maloy1-0/+13
2017-12-01tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala1-4/+0
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-3/+4
2017-01-20tipc: add function for checking broadcast support in bearerJon Paul Maloy1-4/+4
2016-12-02tipc: check minimum bearer MTUMichal Kubeček1-0/+5
2016-10-13tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter1-0/+2
2016-09-13tipc: fix possible memory leak in tipc_udp_enable()Wei Yongjun1-1/+2
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-08-26tipc: add UDP remoteip dump to netlink APIRichard Alpe1-0/+90
2016-08-26tipc: add the ability to get UDP options via netlinkRichard Alpe1-0/+61
2016-08-26tipc: add replicast peer discoveryRichard Alpe1-3/+80
2016-08-26tipc: introduce UDP replicastRichard Alpe1-12/+106
2016-08-26tipc: refactor multicast ip checkRichard Alpe1-15/+19
2016-08-26tipc: split UDP send functionRichard Alpe1-18/+32
2016-08-26tipc: split UDP nl address parsingRichard Alpe1-57/+55
2016-08-25tipc: fix the error handling in tipc_udp_enable()Wei Yongjun1-1/+4
2016-08-18tipc: make bearer packet filtering genericJon Paul Maloy1-1/+1
2016-06-29tipc: rename udp_port in struct udp_media_addrRichard Alpe1-12/+12
2016-03-14tipc: make sure IPv6 header fits in skb headroomRichard Alpe1-1/+1
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann1-1/+1
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe1-8/+1
2016-03-06tipc: make sure required IPv6 addresses are scopedRichard Alpe1-0/+5
2016-03-06tipc: safely copy UDP netlink data from userRichard Alpe1-11/+13
2016-03-06tipc: add net device to skb before UDP xmitRichard Alpe1-0/+2
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-9/+3
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2015-11-24tipc: fix error handling of expanding buffer headroomYing Xue1-2/+5
2015-11-20tipc: move linearization of buffers to generic codeJon Paul Maloy1-5/+0
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2015-11-01tipc: linearize arriving NAME_DISTR and LINK_PROTO buffersJon Paul Maloy1-0/+5
2015-10-24tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy1-7/+5
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2015-10-21tipc: conditionally expand buffer headroom over udp tunnelJon Paul Maloy1-0/+5
2015-10-15tipc: send out RESET immediately when link goes downJon Paul Maloy1-1/+0
2015-07-31ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu1-1/+2
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller1-2/+4
2015-03-24tipc: fix compile error when IPV6=m and TIPC=yYing Xue1-1/+1
2015-03-19tipc: fix build issue when building without IPv6Marcelo Ricardo Leitner1-1/+5
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-2/+2
2015-03-09tipc: sparse: fix htons conversion warningsErik Hugne1-4/+4
2015-03-05tipc: add ip/udp media typeErik Hugne1-0/+442