aboutsummaryrefslogtreecommitdiff
path: root/include/net/ip.h
Commit message (Expand)AuthorAgeFilesLines
* Merge google common 'android-3.18' into 'msm-3.18'Kishor PK2018-01-171-0/+2
|\
| * Merge 3.18.91 into android-3.18Greg Kroah-Hartman2018-01-021-0/+2
| |\
| | * ipv4: igmp: guard against silly MTU valuesEric Dumazet2018-01-021-0/+2
| * | Merge 3.18.47 into android-3.18Greg Kroah-Hartman2017-04-041-0/+2
| |\|
| * | Merge 3.18.22 into android-3.18Greg Kroah-Hartman2017-04-011-0/+1
| |\ \
| * \ \ Merge 3.18.13 into android-3.18Greg Kroah-Hartman2017-03-311-16/+0
| |\ \ \
| * | | | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-12-201-0/+1
| * | | | Revert "net: core: Support UID-based routing."Lorenzo Colitti2016-12-201-1/+0
| * | | | ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2016-12-201-1/+1
| * | | | UPSTREAM: ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2016-07-111-5/+6
* | | | | Merge tag 'lsk-v3.18-17.03-android' into 'msm-3.18'Imran Khan2017-05-031-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi2017-01-191-0/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani2017-01-151-0/+2
| | | |_|/ | | |/| |
* | | | | Merge tag 'lsk-v3.18-15.12-android' into 'msm-3.18'Kaushal Kumar2016-02-111-0/+1
|\| | | |
| * | | | Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman2015-10-201-0/+1
| |\| | |
| | * | | ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-09-281-0/+1
| | | |/ | | |/|
| * | | Merge branch 'android-3.18' of https://android.googlesource.com/kernel/common...Kevin Hilman2015-05-121-0/+1
| |\ \ \ | | |/ / | |/| / | | |/
* | | net: Fail explicit bind to local reserved portsSubash Abhinov Kasiviswanathan2015-09-081-0/+2
* | | Merge tag 'v3.18.13' into msm-3.18Matt Wagantall2015-07-141-16/+0
|\| |
| * | ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-271-16/+0
* | | Merge tag 'v3.18.8' into msm-3.18Matt Wagantall2015-07-141-6/+7
|\| | | |/ |/|
| * ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-261-1/+1
| * ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2015-02-261-5/+6
* | net: core: Support UID-based routing.Lorenzo Colitti2015-02-041-0/+1
|/
* 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