aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-18udp: enable busy polling for all socketsGravatar Eric Dumazet 1-0/+2
2016-11-15udplite: fix NULL pointer dereferenceGravatar Paolo Abeni 1-1/+2
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-1/+2
2016-11-10udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Gravatar Arnd Bergmann 1-1/+2
2016-11-07udp: do fwd memory scheduling on dequeueGravatar Paolo Abeni 1-18/+24
2016-11-07net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Gravatar Paolo Abeni 1-1/+1
2016-11-04net: inet: Support UID-based routing in IP protocols.Gravatar Lorenzo Colitti 1-1/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+12
2016-10-26udp: fix IP_CHECKSUM handlingGravatar Eric Dumazet 1-1/+1
2016-10-22udp: use it's own memory accounting schemaGravatar Paolo Abeni 1-35/+8
2016-10-22udp: implement memory accounting helpersGravatar Paolo Abeni 1-0/+106
2016-10-20udp: must lock the socket in udp_disconnect()Gravatar Eric Dumazet 1-2/+11
2016-09-10net: ipv4: Remove l3mdev_get_saddrGravatar David Ahern 1-6/+0
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+6
2016-08-23udp: get rid of sk_prot_clear_portaddr_nulls()Gravatar Eric Dumazet 1-1/+0
2016-08-23net: diag: support SOCK_DESTROY for UDP socketsGravatar David Ahern 1-0/+15
2016-08-23udp: get rid of SLAB_DESTROY_BY_RCU allocationsGravatar Eric Dumazet 1-1/+0
2016-08-23udp: fix poll() issue with zero sized packetsGravatar Eric Dumazet 1-6/+6
2016-08-19udp: include addrconf.hGravatar Eric Dumazet 1-0/+1
2016-07-25udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbGravatar Daniel Borkmann 1-3/+1
2016-07-11udp: prevent bugcheck if filter truncates packet too muchGravatar Michal Kubeček 1-0/+2
2016-06-14udp reuseport: fix packet of same flow hashed to different socketGravatar Su, Xuemin 1-57/+16
2016-06-14ipv4: fix checksum annotation in udp4_csum_initGravatar Hannes Frederic Sowa 1-2/+5
2016-06-02Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Gravatar Eric Dumazet 1-5/+5
2016-05-20udp: prevent skbs lingering in tunnel socket queuesGravatar Hannes Frederic Sowa 1-1/+1
2016-05-13udp: Resolve NULL pointer dereference over flow-based vxlan deviceGravatar Alexander Duyck 1-8/+2
2016-05-02udp: prepare for non BH masking at backlog processingGravatar Eric Dumazet 1-2/+2
2016-04-27net: udp: rename UDP_INC_STATS_BH()Gravatar Eric Dumazet 1-23/+23
2016-04-27net: rename ICMP_INC_STATS_BH()Gravatar Eric Dumazet 1-1/+1
2016-04-27net: snmp: kill various STATS_USER() helpersGravatar Eric Dumazet 1-12/+12
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+7
2016-04-18udp: fix if statement in SIOCINQ ioctlGravatar Dan Carpenter 1-6/+0
2016-04-14soreuseport: fix ordering for mixed v4/v6 socketsGravatar Craig Gallek 1-2/+7
2016-04-13udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMGravatar Willem de Bruijn 1-1/+1
2016-04-13udp: do not expect udp headers on ioctl SIOCINQGravatar Willem de Bruijn 1-2/+0
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbGravatar Tom Herbert 1-0/+13
2016-04-05udp: enable MSG_PEEK at non-zero offsetGravatar samanthakumar 1-11/+11
2016-04-05udp: remove headers from UDP packets before queueingGravatar samanthakumar 1-9/+11
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUGravatar Eric Dumazet 1-206/+87
2016-04-04sock: enable timestamping using control messagesGravatar Soheil Hassas Yeganeh 1-3/+4
2016-04-04ipv4: process socket-level control messages in IPv4Gravatar Soheil Hassas Yeganeh 1-2/+1
2016-03-22ipv4: fix broadcast packets receptionGravatar Paolo Abeni 1-4/+8
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+3
2016-02-13ipv4: fix memory leaks in ip_cmsg_send() callersGravatar Eric Dumazet 1-1/+3
2016-02-12net: udp: always set up for CHECKSUM_PARTIAL offloadGravatar Edward Cree 1-13/+1
2016-02-12net: local checksum offload for encapsulationGravatar Edward Cree 1-10/+10
2016-02-11soreuseport: fast reuseport TCP socket selectionGravatar Craig Gallek 1-2/+2
2016-01-19udp: fix potential infinite loop in SO_REUSEPORT logicGravatar Eric Dumazet 1-11/+21
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+5
2016-01-06soreuseport: pass skb to secondary UDP socket lookupGravatar Craig Gallek 1-4/+6