summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-04-28tcp: give prequeue mode some careEric Dumazet
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-28net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-28net: rename IP_UPD_PO_STATS_BH()Eric Dumazet
2016-04-28net: rename IP_ADD_STATS_BH()Eric Dumazet
2016-04-28net: rename IP_INC_STATS_BH()Eric Dumazet
2016-04-28net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet
2016-04-28net: tcp: rename TCP_INC_STATS_BHEric Dumazet
2016-04-28net: udp: rename UDP_INC_STATS_BH()Eric Dumazet
2016-04-28net: rename ICMP_INC_STATS_BH()Eric Dumazet
2016-04-28net: 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
2016-04-25net: better drop monitoring in ip{6}_recv_error()Eric Dumazet
2016-04-25tcp: SYN packets are now simply consumedEric Dumazet
2016-04-25soreuseport: Resolve merge conflict for v4/v6 ordering fixCraig Gallek
2016-04-25ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet
2016-04-24tcp: Merge txstamp_ack in tcp_skb_collapse_tstampMartin KaFai Lau
2016-04-24tcp: Carry txstamp_ack in tcp_fragment_tstampMartin KaFai Lau
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-04-24libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel
2016-04-24libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau
2016-04-21tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau
2016-04-21ipmr: align RTA_MFC_STATS on 64-bitNicolas Dichtel
2016-04-21net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long
2016-04-21tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau
2016-04-18udp: fix if statement in SIOCINQ ioctlDan Carpenter
2016-04-16GRE: Add support for GRO/GSO of IPv6 GRE trafficAlexander Duyck
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck
2016-04-15sctp: export some functions for sctp_diag in inet_diagXin Long
2016-04-15tcp: remove false sharing in tcp_rcv_state_process()Eric Dumazet
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet
2016-04-15soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck