index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
udp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2021-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+32
2021-04-01
net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);
Norman Maurer
1
-0
/
+4
2021-04-01
udp: Implement ->read_sock() for sockmap
Cong Wang
1
-0
/
+29
2021-04-01
sock: Introduce sk->sk_prot->psock_update_sk_prot()
Cong Wang
1
-0
/
+3
2021-03-30
udp: never accept GSO_FRAGLIST packets
Paolo Abeni
1
-0
/
+3
2021-03-30
udp: fixup csum for GSO receive slow path
Paolo Abeni
1
-0
/
+2
2021-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+3
2021-02-04
udp: call udp_encap_enable for v6 sockets when enabling encap
Xin Long
1
-0
/
+6
2021-01-20
bpf: Split cgroup_bpf_enabled per attach type
Stanislav Fomichev
1
-4
/
+3
2021-01-19
udp: mask TOS bits in udp_v4_early_demux()
Guillaume Nault
1
-1
/
+2
2020-12-16
Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2020-12-07
udp: fix the proto value passed to ip_protocol_deliver_rcu for the segments
Xin Long
1
-1
/
+1
2020-11-23
lsm,selinux: pass flowi_common instead of flowi to the LSM hooks
Paul Moore
1
-1
/
+1
2020-11-14
inet: unexport udp{4|6}_lib_lookup_skb()
Eric Dumazet
1
-1
/
+0
2020-11-10
inet: udp{4|6}_lib_lookup_skb() skb argument is const
Eric Dumazet
1
-1
/
+1
2020-11-09
net: udp: remove redundant initialization in udp_send_skb
Menglong Dong
1
-1
/
+1
2020-11-09
net: udp: introduce UDP_MIB_MEMERRORS for udp_mem
Menglong Dong
1
-0
/
+3
2020-10-30
udp: check udp sock encap_type in __udp_lib_err
Xin Long
1
-1
/
+1
2020-08-24
net: ipv4: delete repeated words
Randy Dunlap
1
-1
/
+1
2020-07-31
udp, bpf: Ignore connections in reuseport group after BPF sk lookup
Jakub Sitnicki
1
-1
/
+1
2020-07-25
bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t
Yonghong Song
1
-2
/
+2
2020-07-25
bpf: Refactor bpf_iter_reg to have separate seq_info member
Yonghong Song
1
-2
/
+6
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-16
/
+14
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-3
/
+3
2020-07-24
net/udp: switch udp_lib_setsockopt to sockptr_t
Christoph Hellwig
1
-3
/
+4
2020-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-20
/
+77
2020-07-21
net: udp: Fix wrong clean up for IS_UDPLITE macro
Miaohe Lin
1
-1
/
+1
2020-07-21
udp: Improve load balancing for SO_REUSEPORT.
Kuniyuki Iwashima
1
-6
/
+9
2020-07-21
bpf: net: Use precomputed btf_id for bpf iterators
Yonghong Song
1
-1
/
+3
2020-07-19
net/ipv4: remove compat_ip_{get,set}sockopt
Christoph Hellwig
1
-24
/
+0
2020-07-17
udp: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
1
-9
/
+50
2020-07-17
udp: Extract helper for selecting socket from reuseport group
Jakub Sitnicki
1
-10
/
+24
2020-07-13
net: ipv4: kerneldoc fixes
Andrew Lunn
1
-3
/
+3
2020-06-24
net: bpf: Implement bpf iterator for udp
Yonghong Song
1
-0
/
+116
2020-06-24
net: bpf: Add bpf_seq_afinfo in udp_iter_state
Yonghong Song
1
-5
/
+23
2020-04-28
xfrm: add support for UDPv6 encapsulation of ESP
Sabrina Dubroca
1
-1
/
+9
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+4
2020-03-30
net: Track socket refcounts in skb_steal_sock()
Joe Stringer
1
-2
/
+4
2020-03-29
net: Fix typo of SKB_SGO_CB_OFFSET
Cambda Zhu
1
-1
/
+1
2020-03-12
inet: Use fallthrough;
Joe Perches
1
-1
/
+1
2020-02-28
net: datagram: drop 'destructor' argument from several helpers
Paolo Abeni
1
-6
/
+8
2020-02-19
udp: rehash on disconnect
Willem de Bruijn
1
-1
/
+5
2020-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+2
2020-01-22
Revert "udp: do rmem bulk free even if the rx sk queue is empty"
Paolo Abeni
1
-1
/
+2
2020-01-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+2
2020-01-14
net: udp: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
1
-2
/
+1
2019-12-24
udp: fix integer overflow while computing available space in sk_rcvbuf
Antonio Messina
1
-1
/
+1
2019-12-09
net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...
Sabrina Dubroca
1
-1
/
+2
[next]