aboutsummaryrefslogtreecommitdiff
path: root/include/net/ip.h
AgeCommit message (Expand)Author
2015-10-01Merge tag 'v4.3-rc3' into linaro-android-llctAmit Pundir
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-27Merge tag 'v4.2-rc4' into linaro-android-llctAmit Pundir
2015-07-26Merge tag 'linaro-android-4.1' into v4.2-rc3Amit Pundir
2015-07-21Merge branch 'android-3.18' of https://android.googlesource.com/kernel/commonAmit Pundir
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-04net: core: Support UID-based routing.Lorenzo Colitti
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
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-05-15net: Fix CONFIG_SYSCTL ifdef test.David S. Miller
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti
2014-05-12net: rename local_df to ignore_dfWANG Cong
2014-05-07net: clean up snmp stats codeWANG Cong
2014-05-05net: Call skb_checksum_init in IPv4Tom Herbert
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet
2014-03-06tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller
2014-02-26ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa
2014-02-19ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa
2014-01-14ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong