summaryrefslogtreecommitdiff
path: root/include/net/ip.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-1/+1
|\
| * ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-5/+6
|\ \ | |/
| * ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2015-01-261-5/+6
* | ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-051-1/+6
|/
* ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet2014-09-281-3/+12
* icmp: add a global rate limitationEric Dumazet2014-09-231-0/+4
* net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2014-09-091-2/+0
* net: add gro_compute_pseudo functionsTom Herbert2014-08-241-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-301-10/+1
|\
| * ip: make IP identifiers less predictableEric Dumazet2014-07-281-10/+1
* | ipv4: fail early when creating netdev named all or defaultWANG Cong2014-07-291-0/+6
* | inet: frag: don't account number of fragment queuesFlorian Westphal2014-07-271-1/+0
* | net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert2014-07-071-0/+14
|/
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-021-17/+23
* net: Fix CONFIG_SYSCTL ifdef test.David S. Miller2014-05-151-1/+1
* ipv4: make ip_local_reserved_ports per netnsWANG Cong2014-05-141-3/+11
* net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti2014-05-131-0/+3
* net: rename local_df to ignore_dfWANG Cong2014-05-121-3/+3
* net: clean up snmp stats codeWANG Cong2014-05-071-15/+3
* net: Call skb_checksum_init in IPv4Tom Herbert2014-05-051-0/+6
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-3/+8
* ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2014-04-151-1/+1
* tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller2014-03-061-0/+1
* ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa2014-02-261-1/+8
* ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa2014-02-191-1/+2
* ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa2014-01-191-0/+1
* ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong2014-01-141-1/+1
* ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa2014-01-131-0/+33
* inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2013-12-181-6/+0
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-11-231-1/+1
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-1/+1
* net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer2013-10-081-1/+1
* net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2013-09-301-5/+1
* ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco2013-09-281-0/+11
* ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco2013-09-281-0/+3
* ip*.h: Remove extern from function prototypesJoe Perches2013-09-211-85/+84
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-191-4/+8
* net: make snmp_mib_free static inlineCong Wang2013-09-021-1/+11
* ipv4: Add a socket release callback for datagram socketsSteffen Klassert2013-01-211-0/+2
* ipv4: fix path MTU discovery with connection trackingPatrick McHardy2012-08-261-0/+2
* ipv4: fix ip_send_skb()Eric Dumazet2012-08-101-1/+1
* ipv4: tcp: remove per net tcp_sockEric Dumazet2012-07-191-1/+1
* ipv4: Show that ip_send_reply() is purely unicast routine.David S. Miller2012-06-281-2/+3
* ipv4: Add sysctl knob to control early socket demuxAlexander Duyck2012-06-221-0/+3
* net: delete all instances of special processing for token ringPaul Gortmaker2012-05-151-17/+0
* net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-201-3/+0
* ipv4: Make ip_call_ra_chain() return bool.David S. Miller2012-03-091-1/+1
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-3/+3
* ipv4: PKTINFO doesnt need dst referenceEric Dumazet2011-11-091-1/+1