summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-05-06ipv4: tcp: ip_send_unicast_reply() is not BH safeEric Dumazet
2016-05-06net: vrf: Create FIB tables on link createDavid Ahern
2016-05-06netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal
2016-05-06netfilter: conntrack: check netns when walking expect hashFlorian Westphal
2016-05-05netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal
2016-05-05netfilter: conntrack: check netns when comparing conntrack objectsFlorian Westphal
2016-05-05netfilter: conntrack: small refactoring of conntrack seq_printfFlorian Westphal
2016-05-04tcp: two more missing bh disableEric Dumazet
2016-05-04tcp: must block bh in __inet_twsk_hashdance()Eric Dumazet
2016-05-04tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet
2016-05-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-05-04gre: receive also TEB packets for lwtunnelsJiri Benc
2016-05-04gre: move iptunnel_pull_header down to ipgre_rcvJiri Benc
2016-05-04gre: remove superfluous pskb_may_pullJiri Benc
2016-05-04gre: change gre_parse_header to return the header lengthJiri Benc
2016-05-04tcp: guarantee forward progress in tcp_sendmsg()Eric Dumazet
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-03net: add __sock_wfree() helperEric Dumazet
2016-05-03net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet
2016-05-02gre: Create common functions for transmitTom Herbert
2016-05-02gre: Move utility functions to common headersTom Herbert
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet
2016-05-02udp: prepare for non BH masking at backlog processingEric Dumazet
2016-05-02tcp: do not block bh during prequeue processingEric Dumazet
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-05-02gre: do not pull header in ICMP error processingJiri Benc
2016-05-01soreuseport: Fix TCP listener hash collisionCraig Gallek
2016-04-29ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni
2016-04-29netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso
2016-04-28tcp: give prequeue mode some careEric Dumazet
2016-04-28gre: reject GUE and FOU in collect metadata modeJiri Benc
2016-04-28gre: build header correctly for collect metadata tunnelsJiri Benc
2016-04-28gre: do not assign header_ops in collect metadata modeJiri Benc
2016-04-28tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau
2016-04-28tcp: Handle eor bit when coalescing skbMartin KaFai Lau
2016-04-28tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh
2016-04-28tcp: remove an unnecessary check in tcp_tx_timestampSoheil Hassas Yeganeh
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-27net: rename IP_UPD_PO_STATS_BH()Eric Dumazet
2016-04-27net: rename IP_ADD_STATS_BH()Eric Dumazet
2016-04-27net: rename IP_INC_STATS_BH()Eric Dumazet
2016-04-27net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet
2016-04-27net: rename ICMP_INC_STATS_BH()Eric Dumazet
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-26sock_diag: align nlattr properly when neededNicolas Dichtel