aboutsummaryrefslogtreecommitdiff
path: root/include/net/ip.h
AgeCommit message (Expand)Author
2015-06-25Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidlsk-v3.14-15.07-androidAlex Shi
2015-04-29ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-13Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidAlex Shi
2015-02-26ipv4: tcp: get rid of ugly unicast_sockEric Dumazet
2015-02-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa
2015-01-19Merge remote-tracking branch 'lsk/v3.14/topic/aosp' into linux-linaro-lsk-v3....Mark Brown
2015-01-06net: core: Support UID-based routing.Lorenzo Colitti
2015-01-06net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti
2014-08-14ip: make IP identifiers less predictableEric Dumazet
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa
2014-01-14ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong
2014-01-13ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa
2013-12-18inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2013-10-08net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman
2013-09-28ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco
2013-09-28ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco
2013-09-21ip*.h: Remove extern from function prototypesJoe Perches
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-09-02net: make snmp_mib_free static inlineCong Wang
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert
2012-08-26ipv4: fix path MTU discovery with connection trackingPatrick McHardy
2012-08-10ipv4: fix ip_send_skb()Eric Dumazet
2012-07-19ipv4: tcp: remove per net tcp_sockEric Dumazet
2012-06-28ipv4: Show that ip_send_reply() is purely unicast routine.David S. Miller
2012-06-22ipv4: Add sysctl knob to control early socket demuxAlexander Duyck
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman
2012-03-09ipv4: Make ip_call_ra_chain() return bool.David S. Miller
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-11-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet
2011-10-24ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet
2011-10-18macvlan: handle fragmented multicast framesEric Dumazet
2011-07-05ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.David S. Miller
2011-06-23net: Fix build failures due to ip_is_fragment()David S. Miller
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker
2011-06-08inetpeer: remove unused listEric Dumazet
2011-05-10ipv4: Pass explicit daddr arg to ip_send_reply().David S. Miller
2011-05-08ipv4: Pass flow key down into ip_append_*().David S. Miller
2011-05-08ipv4: Pass flow keys down into datagram packet building engine.David S. Miller
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller
2011-05-06inet: Decrease overhead of on-stack inet_cork.David S. Miller
2011-04-28inet: add RCU protection to inet->optEric Dumazet
2011-03-30net: gre: provide multicast mappings for ipv4 and ipv6Timo Teräs
2011-03-01inet: Add ip_make_skb and ip_finish_skbHerbert Xu
2010-12-12ipv4: Don't pre-seed hoplimit metric.David S. Miller
2010-10-25ipv4: add __rcu annotations to ip_ra_chainEric Dumazet