index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
udp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
inet: collapse ipv4/v6 rcv_saddr_equal functions into one
Josef Bacik
2017-01-18
1
-1
/
+0
*
udplite: fix NULL pointer dereference
Paolo Abeni
2016-11-15
1
-0
/
+1
*
udp: do fwd memory scheduling on dequeue
Paolo Abeni
2016-11-07
1
-0
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-30
1
-0
/
+1
|
\
|
*
udp: must lock the socket in udp_disconnect()
Eric Dumazet
2016-10-20
1
-0
/
+1
*
|
udp: implement memory accounting helpers
Paolo Abeni
2016-10-22
1
-0
/
+4
|
/
*
net: diag: support SOCK_DESTROY for UDP sockets
David Ahern
2016-08-23
1
-0
/
+1
*
udp: avoid csum_partial() for validated skb
Eric Dumazet
2016-06-01
1
-2
/
+2
*
net: snmp: kill STATS_BH macros
Eric Dumazet
2016-04-27
1
-4
/
+4
*
net: udp: rename UDP_INC_STATS_BH()
Eric Dumazet
2016-04-27
1
-6
/
+6
*
net: snmp: kill various STATS_USER() helpers
Eric Dumazet
2016-04-27
1
-7
/
+7
*
udp: Add GRO functions to UDP socket
Tom Herbert
2016-04-07
1
-2
/
+5
*
udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb
Tom Herbert
2016-04-07
1
-0
/
+4
*
udp: remove headers from UDP packets before queueing
samanthakumar
2016-04-05
1
-0
/
+9
*
udp: no longer use SLAB_DESTROY_BY_RCU
Eric Dumazet
2016-04-04
1
-1
/
+1
*
sock: struct proto hash function may error
Craig Gallek
2016-02-11
1
-1
/
+2
*
soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF
Craig Gallek
2016-01-04
1
-2
/
+3
*
soreuseport: fast reuseport UDP socket selection
Craig Gallek
2016-01-04
1
-1
/
+1
*
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-03-02
1
-2
/
+1
*
udp: In udp_flow_src_port use random hash value if skb_get_hash fails
Tom Herbert
2015-02-27
1
-6
/
+15
*
udp: Generalize skb_udp_segment
Tom Herbert
2014-10-01
1
-1
/
+2
*
udp: additional GRO support
Tom Herbert
2014-08-24
1
-0
/
+18
*
udp: Add function to make source port for UDP tunnels
Tom Herbert
2014-07-07
1
-0
/
+29
*
udp: call __skb_checksum_complete when doing full checksum
Tom Herbert
2014-06-15
1
-1
/
+3
*
udp: Generic functions to set checksum
Tom Herbert
2014-06-04
1
-0
/
+9
*
net: Split sk_no_check into sk_no_check_{rx,tx}
Tom Herbert
2014-05-23
1
-9
/
+0
*
udp: Remove unnecessary semicolon from do{}while (0) macro
Joe Perches
2013-11-07
1
-7
/
+7
*
udp: ipv4: Add udp early demux
Shawn Bohrer
2013-10-08
1
-0
/
+1
*
udp.h: Remove extern from function prototypes
Joe Perches
2013-09-23
1
-47
/
+47
*
pktgen: Add UDPCSUM flag to support UDP checksums
Thomas Graf
2013-07-27
1
-0
/
+1
*
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...
Hannes Frederic Sowa
2013-07-02
1
-0
/
+1
*
net: udp4: move GSO functions to udp_offload
Daniel Borkmann
2013-06-12
1
-3
/
+4
*
net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6
Benjamin LaHaise
2012-04-28
1
-0
/
+3
*
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-04-15
1
-1
/
+1
*
udp: intoduce udp_encap_needed static_key
Eric Dumazet
2012-04-13
1
-0
/
+1
*
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
Paul Gortmaker
2012-03-04
1
-0
/
+1
*
net: use IS_ENABLED(CONFIG_IPV6)
Eric Dumazet
2011-12-11
1
-2
/
+2
*
udp: Export code sk lookup routines
Pavel Emelyanov
2011-12-09
1
-0
/
+6
*
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-16
1
-1
/
+2
*
net: make the tcp and udp file_operations for the /proc stuff const
Arjan van de Ven
2011-11-01
1
-5
/
+7
*
udp: Switch to ip_finish_skb
Herbert Xu
2011-03-01
1
-0
/
+11
*
net: change netdev->features to u32
Michał Mirosław
2011-01-24
1
-1
/
+1
*
net: avoid limits overflow
Eric Dumazet
2010-11-10
1
-2
/
+2
*
tproxy: added udp6_lib_lookup function
Balazs Scheidler
2010-10-21
1
-0
/
+3
*
udp: add rehash on connect()
Eric Dumazet
2010-09-08
1
-0
/
+1
*
net: cleanups
Changli Gao
2010-07-12
1
-20
/
+18
*
udp: bind() optimisation
Eric Dumazet
2009-11-10
1
-1
/
+2
*
udp: secondary hash on (local port, local address)
Eric Dumazet
2009-11-08
1
-2
/
+20
*
udp: add a counter into udp_hslot
Eric Dumazet
2009-11-08
1
-0
/
+8
*
udp: dynamically size hash tables at boot time
Eric Dumazet
2009-10-07
1
-3
/
+10
[next]