index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
udp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-19
net: add build-time checks for msg->msg_name size
Steffen Hurrle
1
-2
/
+2
2014-01-15
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
1
-1
/
+1
2014-01-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2014-01-03
ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC
Wei-Chun Chao
1
-1
/
+5
2013-12-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+1
2013-12-17
udp: ipv4: do not use sk_dst_lock from softirq context
Eric Dumazet
1
-9
/
+4
2013-12-12
udp: ipv4: must add synchronization in udp_sk_rx_dst_set()
Eric Dumazet
1
-6
/
+16
2013-12-12
udp: ipv4: fix potential use after free in udp_v4_early_demux()
Eric Dumazet
1
-3
/
+6
2013-12-11
udp: ipv4: fix an use after free in __udp4_lib_rcv()
Eric Dumazet
1
-10
/
+6
2013-12-06
net: Remove FLOWI_FLAG_CAN_SLEEP
Steffen Klassert
1
-1
/
+1
2013-11-30
inet: fix possible seqlock deadlocks
Eric Dumazet
1
-1
/
+1
2013-11-30
net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
Shawn Landden
1
-0
/
+3
2013-11-24
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...
Hannes Frederic Sowa
1
-1
/
+1
2013-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-6
/
+1
2013-11-19
inet: prevent leakage of uninitialized memory to user in recv syscalls
Hannes Frederic Sowa
1
-6
/
+1
2013-11-15
seq_file: remove "%n" usage from seq_file users
Tetsuo Handa
1
-8
/
+7
2013-10-20
inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
Hannes Frederic Sowa
1
-1
/
+5
2013-10-20
ipv4: split inet_ehashfn to hash functions per compilation unit
Hannes Frederic Sowa
1
-4
/
+12
2013-10-09
udp: fix a typo in __udp4_lib_mcast_demux_lookup
Eric Dumazet
1
-1
/
+1
2013-10-09
net: ipv4 only populate IP_PKTINFO when needed
Shawn Bohrer
1
-1
/
+1
2013-10-09
udp: ipv4: Add udp early demux
Shawn Bohrer
1
-18
/
+184
2013-10-09
udp: Only allow busy read/poll on connected sockets
Shawn Bohrer
1
-2
/
+3
2013-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-10-01
net ipv4: Convert ipv4.ip_local_port_range to be per netns v3
Eric W. Biederman
1
-1
/
+1
2013-09-29
ipv4: processing ancillary IP_TOS or IP_TTL
Francesco Fusco
1
-1
/
+3
2013-09-24
net: udp: do not report ICMP redirects to user space
Duan Jiong
1
-1
/
+1
2013-09-01
net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()
Cong Wang
1
-1
/
+12
2013-08-16
net: proc_fs: trivial: print UIDs as unsigned int
Francesco Fusco
1
-1
/
+1
2013-07-28
pktgen: Add UDPCSUM flag to support UDP checksums
Thomas Graf
1
-1
/
+2
2013-07-11
gso: Update tunnel segmentation to support Tx checksum offload
Alexander Duyck
1
-1
/
+3
2013-07-11
net: rename ll methods to busy-poll
Eliezer Tamir
1
-1
/
+1
2013-07-11
net: rename include/net/ll_poll.h to include/net/busy_poll.h
Eliezer Tamir
1
-1
/
+1
2013-07-02
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...
Hannes Frederic Sowa
1
-1
/
+2
2013-06-13
udp: fix two sparse errors
Eric Dumazet
1
-2
/
+2
2013-06-12
net: udp4: move GSO functions to udp_offload
Daniel Borkmann
1
-73
/
+2
2013-06-11
udp: add low latency socket poll support
Eliezer Tamir
1
-1
/
+5
2013-06-01
net: Update RFS target at poll for tcp/udp
David Majnemer
1
-0
/
+2
2013-05-28
MPLS: Add limited GSO support
Simon Horman
1
-1
/
+1
2013-05-09
gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()
Pravin B Shelar
1
-3
/
+1
2013-05-04
vxlan: Fix TCPv6 segmentation.
Pravin B Shelar
1
-1
/
+6
2013-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-04-29
net: Add MIB counters for checksum errors
Eric Dumazet
1
-2
/
+9
2013-04-14
net: sock: make sock_tx_timestamp void
Daniel Borkmann
1
-3
/
+3
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-1
/
+1
2013-03-25
Revert "udp: increase inner ip header ID during segmentation"
Pravin B Shelar
1
-6
/
+1
2013-03-22
udp: increase inner ip header ID during segmentation
Cong Wang
1
-1
/
+6
2013-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+7
2013-03-20
udp: add encap_destroy callback
Tom Parkin
1
-0
/
+7
2013-03-10
tunneling: Add generic Tunnel segmentation.
Pravin B Shelar
1
-25
/
+90
2013-02-18
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
1
-1
/
+1
[next]