summaryrefslogtreecommitdiff
path: root/include/net/ip.h
AgeCommit message (Expand)Author
2020-10-29net/ipv4: always honour route mtu during forwardingMaciej Żenczykowski
2019-12-21inet: protect against too small mtu values.Eric Dumazet
2019-03-23net: avoid use IPCB in cipso_v4_errorNazarov Sergey
2019-02-08inet: frags: remove some helpersEric Dumazet
2018-05-30ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet
2017-08-30ipv4: better IP_MAX_MTU enforcementEric Dumazet
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman
2015-10-08ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman
2015-10-08dst: Pass a sk into .local_outEric W. Biederman
2015-10-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...David S. Miller
2015-10-05inet: ip_skb_dst_mtu() should use sk_fullsock()Eric Dumazet
2015-09-30ipv4: Pass struct net through ip_fragmentEric W. Biederman
2015-09-25ip: constify ip_build_and_send_pkt() socket argumentEric Dumazet
2015-09-25inet: constify ip_dont_fragment() argumentsEric Dumazet
2015-08-30net: Introduce helper functions to get the per cpu dataRaghavendra K T
2015-08-28net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern
2015-07-29net: Set sk_txhash from a random numberTom Herbert
2015-07-15ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-06-04net: Add full IPv6 addresses to flow_keysTom Herbert
2015-06-04net: Get skb hash over flow_keys structureTom Herbert
2015-05-27ip_fragment: don't forward defragmented DF packetFlorian Westphal
2015-05-19ip: remove unused function prototypeAndy Zhou
2015-05-19bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou
2015-05-19ipv4: introduce frag_expire_skip_icmp()Andy Zhou
2015-05-13flow_dissector: change port array into src, dst tupleJiri Pirko
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-01ipv4: tcp: get rid of ugly unicast_sockEric Dumazet
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert
2014-09-28ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet
2014-09-23icmp: add a global rate limitationEric Dumazet
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat
2014-08-24net: add gro_compute_pseudo functionsTom Herbert
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-29ipv4: fail early when creating netdev named all or defaultWANG Cong
2014-07-28ip: make IP identifiers less predictableEric Dumazet
2014-07-27inet: frag: don't account number of fragment queuesFlorian Westphal