aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-06net: vrf: Create FIB tables on link createDavid Ahern1-0/+1
2016-05-04tcp: two more missing bh disableEric Dumazet2-0/+4
2016-05-04tcp: must block bh in __inet_twsk_hashdance()Eric Dumazet1-3/+3
2016-05-04tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet1-4/+6
2016-05-04gre: receive also TEB packets for lwtunnelsJiri Benc1-11/+28
2016-05-04gre: move iptunnel_pull_header down to ipgre_rcvJiri Benc1-5/+10
2016-05-04gre: remove superfluous pskb_may_pullJiri Benc1-4/+1
2016-05-04gre: change gre_parse_header to return the header lengthJiri Benc2-9/+6
2016-05-04tcp: guarantee forward progress in tcp_sendmsg()Eric Dumazet1-2/+5
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+17
2016-05-03net: add __sock_wfree() helperEric Dumazet1-1/+1
2016-05-03net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet1-1/+1
2016-05-02gre: Create common functions for transmitTom Herbert1-47/+5
2016-05-02gre: Move utility functions to common headersTom Herbert2-129/+84
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet1-2/+6
2016-05-02udp: prepare for non BH masking at backlog processingEric Dumazet1-2/+2
2016-05-02tcp: do not block bh during prequeue processingEric Dumazet2-32/+2
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet10-93/+98
2016-05-02gre: do not pull header in ICMP error processingJiri Benc1-3/+8
2016-05-01soreuseport: Fix TCP listener hash collisionCraig Gallek1-0/+2
2016-04-29ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni1-2/+2
2016-04-28tcp: give prequeue mode some careEric Dumazet1-5/+5
2016-04-28gre: reject GUE and FOU in collect metadata modeJiri Benc1-0/+5
2016-04-28gre: build header correctly for collect metadata tunnelsJiri Benc1-4/+5
2016-04-28gre: do not assign header_ops in collect metadata modeJiri Benc1-2/+3
2016-04-28tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau1-0/+9
2016-04-28tcp: Handle eor bit when coalescing skbMartin KaFai Lau2-0/+8
2016-04-28tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau1-2/+5
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh3-10/+15
2016-04-28tcp: remove an unnecessary check in tcp_tx_timestampSoheil Hassas Yeganeh1-1/+1
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet15-120/+124
2016-04-27net: rename IP_UPD_PO_STATS_BH()Eric Dumazet1-3/+3
2016-04-27net: rename IP_ADD_STATS_BH()Eric Dumazet2-4/+4
2016-04-27net: rename IP_INC_STATS_BH()Eric Dumazet5-24/+24
2016-04-27net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet5-17/+17
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet1-23/+23
2016-04-27net: rename ICMP_INC_STATS_BH()Eric Dumazet3-10/+10
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet2-18/+18
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2016-04-26sock_diag: align nlattr properly when neededNicolas Dichtel1-3/+6
2016-04-25net: better drop monitoring in ip{6}_recv_error()Eric Dumazet1-5/+5
2016-04-25tcp: SYN packets are now simply consumedEric Dumazet1-18/+1
2016-04-25soreuseport: Resolve merge conflict for v4/v6 ordering fixCraig Gallek1-1/+5
2016-04-24ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni1-1/+5
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet3-38/+32
2016-04-24tcp: Merge txstamp_ack in tcp_skb_collapse_tstampMartin KaFai Lau1-0/+2
2016-04-24tcp: Carry txstamp_ack in tcp_fragment_tstampMartin KaFai Lau1-0/+2
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-455/+175
2016-04-23libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel1-2/+4