summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-112-8/+4
| * | | | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
| * | | | net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-112-2/+2
| * | | | tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet2015-05-093-7/+10
| * | | | tcp: adjust window probe timers to safer valuesEric Dumazet2015-05-092-2/+2
| * | | | ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck2015-05-051-1/+1
| * | | | tcp: provide SYN headers for passive connectionsEric Dumazet2015-05-054-0/+57
| * | | | net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-041-0/+162
| * | | | net: ipv4: route: Fix sending IGMP messages with link addressAndrew Lunn2015-05-041-1/+2
| * | | | tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen2015-05-031-6/+3
| * | | | tcp: improve RTT from SACK for CCKenneth Klette Jonassen2015-05-031-18/+22
| * | | | tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen2015-05-031-23/+22
| * | | | ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing2015-05-021-4/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-022-4/+2
| |\ \ \ \
OpenPOWER on IntegriCloud