summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell2015-02-221-1/+1
| * | ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov2015-02-201-1/+1
* | | neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-021-0/+1
* | | arp: Kill arp_findEric W. Biederman2015-03-021-65/+0
* | | arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman2015-03-021-37/+0
* | | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-026-25/+20
* | | net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-022-3/+2
* | | tcp: cleanup static functionsEric Dumazet2015-02-282-3/+2
* | | tcp: tso: allow CA_CWR state in tcp_tso_should_defer()Eric Dumazet2015-02-281-1/+1
* | | tcp: tso: restore IW10 after TSO autosizingEric Dumazet2015-02-281-2/+11
* | | tcp: tso: remove tp->tso_deferredEric Dumazet2015-02-281-9/+5
* | | fib_trie: Remove leaf_infoAlexander Duyck2015-02-271-307/+156
* | | fib_trie: Add slen to fib aliasAlexander Duyck2015-02-272-19/+19
* | | fib_trie: Replace plen with slen in leaf_infoAlexander Duyck2015-02-271-33/+30
* | | fib_trie: Convert fib_alias to hlist from listAlexander Duyck2015-02-273-39/+47
* | | multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-272-0/+44
* | | udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert2015-02-271-0/+10
* | | igmp: add __ip_mc_{join|leave}_group()Eric Dumazet2015-02-201-18/+34
* | | tcp: silence registration messagestephen hemminger2015-02-201-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-174-23/+66
|\ \
| * | net: spelling fixesStephen Hemminger2015-02-141-1/+1
| * | tcp: make sure skb is not shared before using skb_get()Eric Dumazet2015-02-131-8/+24
| * | gue: Use checksum partial with remote checksum offloadTom Herbert2015-02-111-6/+22
| * | net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-111-2/+2
| * | udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert2015-02-111-1/+12
| * | net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-111-10/+10
* | | memcg: cleanup static keys decrementVladimir Davydov2015-02-121-0/+4
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-02-111-21/+30
|\ \ \
| * | | cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore2015-02-111-21/+30
* | | | mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner2015-02-111-1/+1
| |/ / |/| |
* | | ipv4: Namespecify TCP PMTU mechanismFan Du2015-02-094-21/+23
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-091-5/+8
|\ \ \
| * | | tcp: don't include Fast Open option in SYN-ACK on pure SYN-dataYuchung Cheng2015-02-091-5/+8
* | | | net: rfs: add hash collision detectionEric Dumazet2015-02-081-2/+0
* | | | gre/ipip: use be16 variants of netlink functionsSabrina Dubroca2015-02-082-12/+12
* | | | tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell2015-02-081-5/+24
* | | | tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell2015-02-082-7/+23
* | | | tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell2015-02-081-1/+5
* | | | tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell2015-02-083-0/+14
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-059-69/+80
|\ \ \ \ | |/ / /
| * | | ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-012-32/+35
| * | | ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei2015-01-291-0/+3
| * | | tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet2015-01-281-0/+1
| * | | tcp: fix timing issue in CUBIC slope calculationNeal Cardwell2015-01-281-0/+8
| * | | tcp: fix stretch ACK bugs in CUBICNeal Cardwell2015-01-281-22/+9
| * | | tcp: fix stretch ACK bugs in RenoNeal Cardwell2015-01-281-4/+6
| * | | tcp: fix the timid additive increase on stretch ACKsNeal Cardwell2015-01-281-6/+9
| * | | tcp: stretch ACK fixes prepNeal Cardwell2015-01-286-9/+13
| | |/ | |/|
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-02-045-147/+127
|\ \ \
| * | | net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro2015-02-044-13/+11
OpenPOWER on IntegriCloud