summaryrefslogtreecommitdiffstats
path: root/include/net/udp.h
Commit message (Expand)AuthorAgeFilesLines
* inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-181-1/+0
* udplite: fix NULL pointer dereferencePaolo Abeni2016-11-151-0/+1
* udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-0/+1
|\
| * udp: must lock the socket in udp_disconnect()Eric Dumazet2016-10-201-0/+1
* | udp: implement memory accounting helpersPaolo Abeni2016-10-221-0/+4
|/
* net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern2016-08-231-0/+1
* udp: avoid csum_partial() for validated skbEric Dumazet2016-06-011-2/+2
* net: snmp: kill STATS_BH macrosEric Dumazet2016-04-271-4/+4
* net: udp: rename UDP_INC_STATS_BH()Eric Dumazet2016-04-271-6/+6
* net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-271-7/+7
* udp: Add GRO functions to UDP socketTom Herbert2016-04-071-2/+5
* udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert2016-04-071-0/+4
* udp: remove headers from UDP packets before queueingsamanthakumar2016-04-051-0/+9
* udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-041-1/+1
* sock: struct proto hash function may errorCraig Gallek2016-02-111-1/+2
* soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-041-2/+3
* soreuseport: fast reuseport UDP socket selectionCraig Gallek2016-01-041-1/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-2/+1
* udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert2015-02-271-6/+15
* udp: Generalize skb_udp_segmentTom Herbert2014-10-011-1/+2
* udp: additional GRO supportTom Herbert2014-08-241-0/+18
* udp: Add function to make source port for UDP tunnelsTom Herbert2014-07-071-0/+29
* udp: call __skb_checksum_complete when doing full checksumTom Herbert2014-06-151-1/+3
* udp: Generic functions to set checksumTom Herbert2014-06-041-0/+9
* net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-231-9/+0
* udp: Remove unnecessary semicolon from do{}while (0) macroJoe Perches2013-11-071-7/+7
* udp: ipv4: Add udp early demuxShawn Bohrer2013-10-081-0/+1
* udp.h: Remove extern from function prototypesJoe Perches2013-09-231-47/+47
* pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf2013-07-271-0/+1
* ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-021-0/+1
* net: udp4: move GSO functions to udp_offloadDaniel Borkmann2013-06-121-3/+4
* net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6Benjamin LaHaise2012-04-281-0/+3
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* udp: intoduce udp_encap_needed static_keyEric Dumazet2012-04-131-0/+1
* BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-2/+2
* udp: Export code sk lookup routinesPavel Emelyanov2011-12-091-0/+6
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-1/+2
* net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven2011-11-011-5/+7
* udp: Switch to ip_finish_skbHerbert Xu2011-03-011-0/+11
* net: change netdev->features to u32Michał Mirosław2011-01-241-1/+1
* net: avoid limits overflowEric Dumazet2010-11-101-2/+2
* tproxy: added udp6_lib_lookup functionBalazs Scheidler2010-10-211-0/+3
* udp: add rehash on connect()Eric Dumazet2010-09-081-0/+1
* net: cleanupsChangli Gao2010-07-121-20/+18
* udp: bind() optimisationEric Dumazet2009-11-101-1/+2
* udp: secondary hash on (local port, local address)Eric Dumazet2009-11-081-2/+20
* udp: add a counter into udp_hslotEric Dumazet2009-11-081-0/+8
* udp: dynamically size hash tables at boot timeEric Dumazet2009-10-071-3/+10