aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
Commit message (Expand)AuthorAge
* net: Introduce helper functions to get the per cpu dataRaghavendra K T2015-08-31
* net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern2015-08-28
* net: Set sk_txhash from a random numberTom Herbert2015-07-30
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-07-15
* net: Add full IPv6 addresses to flow_keysTom Herbert2015-06-04
* net: Get skb hash over flow_keys structureTom Herbert2015-06-04
* ip_fragment: don't forward defragmented DF packetFlorian Westphal2015-05-27
* ip: remove unused function prototypeAndy Zhou2015-05-19
* bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou2015-05-19
* ipv4: introduce frag_expire_skip_icmp()Andy Zhou2015-05-19
* flow_dissector: change port array into src, dst tupleJiri Pirko2015-05-13
* flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-13
* net: change name of flow_dissector header to match the .c file nameJiri Pirko2015-05-13
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-06
|\
| * ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-06
* | ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-25
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-05
|\
| * ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-02
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-27
|\|
| * ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2015-01-26
* | ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-05
|/
* ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet2014-09-28
* icmp: add a global rate limitationEric Dumazet2014-09-23
* net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2014-09-09
* net: add gro_compute_pseudo functionsTom Herbert2014-08-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-30
|\
| * ip: make IP identifiers less predictableEric Dumazet2014-07-28
* | ipv4: fail early when creating netdev named all or defaultWANG Cong2014-07-29
* | inet: frag: don't account number of fragment queuesFlorian Westphal2014-07-28
* | net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert2014-07-08
|/
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-02
* net: Fix CONFIG_SYSCTL ifdef test.David S. Miller2014-05-15
* ipv4: make ip_local_reserved_ports per netnsWANG Cong2014-05-14
* net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti2014-05-13
* net: rename local_df to ignore_dfWANG Cong2014-05-12
* net: clean up snmp stats codeWANG Cong2014-05-07
* net: Call skb_checksum_init in IPv4Tom Herbert2014-05-05
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-15
* ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2014-04-15
* tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller2014-03-06
* ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa2014-02-26
* ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa2014-02-19
* ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa2014-01-19
* ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong2014-01-14
* ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa2014-01-13
* inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2013-12-18
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-11-23
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-09
* net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer2013-10-08