aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel1-4/+6
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-6/+48
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau2-2/+3
2016-04-21tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau1-0/+16
2016-04-21ipmr: align RTA_MFC_STATS on 64-bitNicolas Dichtel1-2/+2
2016-04-21net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long1-6/+6
2016-04-21tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau1-1/+2
2016-04-18udp: fix if statement in SIOCINQ ioctlDan Carpenter1-6/+0
2016-04-16GRE: Add support for GRO/GSO of IPv6 GRE trafficAlexander Duyck1-1/+13
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck4-34/+22
2016-04-15sctp: export some functions for sctp_diag in inet_diagXin Long1-26/+41
2016-04-15tcp: remove false sharing in tcp_rcv_state_process()Eric Dumazet1-2/+2
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet3-9/+18
2016-04-14soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek1-2/+7
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck4-17/+66
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck2-8/+43
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck3-9/+15
2016-04-13route: do not cache fib route info on local routes with oifChris Friesen1-0/+12
2016-04-13udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMWillem de Bruijn2-2/+3
2016-04-13udp: do not expect udp headers on ioctl SIOCINQWillem de Bruijn1-2/+0
2016-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+6
2016-04-14netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2-86/+10
2016-04-14netfilter: x_tables: remove obsolete checkFlorian Westphal2-15/+0
2016-04-14netfilter: x_tables: remove obsolete overflow check for compat case tooFlorian Westphal2-4/+0
2016-04-14netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2-217/+52
2016-04-14netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2-29/+14
2016-04-14netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal1-46/+36
2016-04-14netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal1-35/+24
2016-04-14netfilter: x_tables: check for bogus target offsetFlorian Westphal2-4/+6
2016-04-14netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2-2/+4
2016-04-14netfilter: x_tables: kill check_entry helperFlorian Westphal2-23/+16
2016-04-14netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2-21/+2