summaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
Commit message (Expand)AuthorAgeFilesLines
...
* net: Introduce helper functions to get the per cpu dataRaghavendra K T2015-08-301-0/+10
* net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern2015-08-281-0/+5
* net: Set sk_txhash from a random numberTom Herbert2015-07-291-16/+0
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-07-151-0/+1
* net: Add full IPv6 addresses to flow_keysTom Herbert2015-06-041-2/+17
* net: Get skb hash over flow_keys structureTom Herbert2015-06-041-0/+2
* ip_fragment: don't forward defragmented DF packetFlorian Westphal2015-05-271-0/+1
* ip: remove unused function prototypeAndy Zhou2015-05-191-1/+0
* bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou2015-05-191-2/+2
* ipv4: introduce frag_expire_skip_icmp()Andy Zhou2015-05-191-0/+10
* flow_dissector: change port array into src, dst tupleJiri Pirko2015-05-131-2/+2
* flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-131-4/+4
* net: change name of flow_dissector header to match the .c file nameJiri Pirko2015-05-131-1/+1
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-061-16/+0
|\
| * ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-061-16/+0
* | ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-251-5/+7
|/
* 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
OpenPOWER on IntegriCloud