summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-081-3/+15
| |\ \ | | |/
| * | fib_trie: coding style: Use pointer after checkFiro Yang2015-06-071-8/+13
| * | tcp: get_cookie_sock() consolidationEric Dumazet2015-06-071-5/+5
| * | tcp: remove redundant checks IIEric Dumazet2015-06-071-4/+0
| * | inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet2015-06-062-1/+9
| * | tcp: double default TSQ output bytes limitWei Liu2015-06-041-2/+2
| * | tcp: remove redundant checksEric Dumazet2015-06-041-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-015-11/+22
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-311-3/+1
| |\ \ \
| | * | | netfilter: remove unused comefrom hookmask argumentFlorian Westphal2015-05-261-3/+1
| * | | | net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MINSorin Dumitru2015-05-301-4/+6
| * | | | tcp/dccp: warn user for preferred ip_local_port_rangeEric Dumazet2015-05-271-0/+6
| * | | | tcp: connect() from bound sockets can be fasterEric Dumazet2015-05-271-2/+7
| * | | | tcp/dccp: try to not exhaust ip_local_port_range in connect()Eric Dumazet2015-05-272-3/+9
| * | | | ip_fragment: don't forward defragmented DF packetFlorian Westphal2015-05-272-7/+36
| * | | | net: ipv4: avoid repeated calls to ip_skb_dst_mtu helperFlorian Westphal2015-05-271-7/+12
| * | | | ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.David S. Miller2015-05-271-0/+1
| * | | | tcp: tcp_tso_autosize() minimum is one packetEric Dumazet2015-05-262-3/+3
| * | | | tcp: fix/cleanup inet_ehash_locks_alloc()Eric Dumazet2015-05-261-0/+31
| * | | | ip: reject too-big defragmented DF-skb when forwardingFlorian Westphal2015-05-251-7/+11
| * | | | net: make skb_splice_bits more configureableHannes Frederic Sowa2015-05-251-2/+3
| * | | | net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa2015-05-251-11/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-238-12/+43
| |\ \ \ \
| * | | | | tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-214-0/+5
| * | | | | tcp: improve REUSEADDR/NOREUSEADDR cohabitationEric Dumazet2015-05-211-0/+14
| * | | | | inet_hashinfo: remove bsocket counterEric Dumazet2015-05-212-12/+0
| * | | | | tcp: ensure epoll edge trigger wakeup when write queue is emptyJason Baron2015-05-211-0/+6
| * | | | | tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet2015-05-212-13/+16
| * | | | | tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann2015-05-193-1/+24
| * | | | | tcp: Return error instead of partial read for saved syn headersEric B Munson2015-05-191-1/+9
| | |/ / / | |/| | |
| * | | | bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou2015-05-191-12/+28
| * | | | IPv4: skip ICMP for bridge contrack users when defrag expiresAndy Zhou2015-05-191-1/+3
| * | | | ipv4: introduce frag_expire_skip_icmp()Andy Zhou2015-05-191-4/+9
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-181-0/+5
| |\ \ \ \
| | * | | | netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso2015-05-151-0/+5
| * | | | | tcp: halves tcp_mem[] limitsEric Dumazet2015-05-171-4/+5
| * | | | | tcp: allow one skb to be received per socket under memory pressureEric Dumazet2015-05-171-4/+6
| * | | | | tcp: fix behavior for epoll edge triggerEric Dumazet2015-05-171-2/+13
| * | | | | tcp: introduce tcp_under_memory_pressure()Eric Dumazet2015-05-173-7/+7
| * | | | | tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet2015-05-171-2/+4
| * | | | | netfilter: synproxy: fix sparse errorsEric Dumazet2015-05-171-2/+2
| * | | | | ipip: fix one sparse errorEric Dumazet2015-05-171-1/+2
| * | | | | ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64Alexander Duyck2015-05-141-16/+2
| * | | | | geneve_core: identify as driver library in modules descriptionJohn W. Linville2015-05-131-2/+2
| * | | | | geneve: Rename support library as geneve_coreJohn W. Linville2015-05-133-3/+3
| * | | | | geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville2015-05-131-5/+0
| * | | | | geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.cJohn W. Linville2015-05-131-1/+0
| * | | | | ipv4: __ip_local_out_sk() is staticEric Dumazet2015-05-131-1/+1
| * | | | | tcp/dccp: tw_timer_handler() is staticEric Dumazet2015-05-131-1/+1
| |/ / / /
| * | | | switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko2015-05-121-22/+18
OpenPOWER on IntegriCloud