aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-02-01ipv4: tcp: get rid of ugly unicast_sockEric Dumazet1-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2015-01-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa1-5/+6
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert1-1/+6
2014-09-28ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet1-3/+12
2014-09-23icmp: add a global rate limitationEric Dumazet1-0/+4
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat1-2/+0
2014-08-24net: add gro_compute_pseudo functionsTom Herbert1-0/+8
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+1
2014-07-29ipv4: fail early when creating netdev named all or defaultWANG Cong1-0/+6
2014-07-28ip: make IP identifiers less predictableEric Dumazet1-10/+1
2014-07-27inet: frag: don't account number of fragment queuesFlorian Westphal1-1/+0
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert1-0/+14
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-17/+23
2014-05-15net: Fix CONFIG_SYSCTL ifdef test.David S. Miller1-1/+1
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong1-3/+11
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti1-0/+3
2014-05-12net: rename local_df to ignore_dfWANG Cong1-3/+3
2014-05-07net: clean up snmp stats codeWANG Cong1-15/+3
2014-05-05net: Call skb_checksum_init in IPv4Tom Herbert1-0/+6
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-3/+8
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet1-1/+1
2014-03-06tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller1-0/+1
2014-02-26ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa1-1/+8
2014-02-19ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa1-1/+2
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa1-0/+1
2014-01-14ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong1-1/+1
2014-01-13ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against pmtu spoofingHannes Frederic Sowa1-0/+33
2013-12-18inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa1-6/+0
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functionsHannes Frederic Sowa1-1/+1
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-1/+1
2013-10-08net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer1-1/+1
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman1-5/+1
2013-09-28ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco1-0/+11
2013-09-28ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco1-0/+3
2013-09-21ip*.h: Remove extern from function prototypesJoe Perches1-85/+84
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka1-4/+8
2013-09-02net: make snmp_mib_free static inlineCong Wang1-1/+11
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert1-0/+2
2012-08-26ipv4: fix path MTU discovery with connection trackingPatrick McHardy1-0/+2
2012-08-10ipv4: fix ip_send_skb()Eric Dumazet1-1/+1
2012-07-19ipv4: tcp: remove per net tcp_sockEric Dumazet1-1/+1
2012-06-28ipv4: Show that ip_send_reply() is purely unicast routine.David S. Miller1-2/+3
2012-06-22ipv4: Add sysctl knob to control early socket demuxAlexander Duyck1-0/+3
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker1-17/+0
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman1-3/+0
2012-03-09ipv4: Make ip_call_ra_chain() return bool.David S. Miller1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-3/+3
2011-11-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet1-1/+1