summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet2016-04-271-1/+1
* net: tcp: rename TCP_INC_STATS_BHEric Dumazet2016-04-275-17/+17
* net: udp: rename UDP_INC_STATS_BH()Eric Dumazet2016-04-271-23/+23
* net: rename ICMP_INC_STATS_BH()Eric Dumazet2016-04-273-10/+10
* net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-272-18/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-271-1/+5
|\
| * ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni2016-04-241-1/+5
* | sock_diag: align nlattr properly when neededNicolas Dichtel2016-04-261-3/+6
* | net: better drop monitoring in ip{6}_recv_error()Eric Dumazet2016-04-251-5/+5
* | tcp: SYN packets are now simply consumedEric Dumazet2016-04-251-18/+1
* | soreuseport: Resolve merge conflict for v4/v6 ordering fixCraig Gallek2016-04-251-1/+5
* | tcp-tso: do not split TSO packets at retransmit timeEric Dumazet2016-04-243-38/+32
* | tcp: Merge txstamp_ack in tcp_skb_collapse_tstampMartin KaFai Lau2016-04-241-0/+2
* | tcp: Carry txstamp_ack in tcp_fragment_tstampMartin KaFai Lau2016-04-241-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-242-455/+175
|\ \
| * | netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-04-142-86/+10
| * | netfilter: x_tables: remove obsolete checkFlorian Westphal2016-04-142-15/+0
| * | netfilter: x_tables: remove obsolete overflow check for compat case tooFlorian Westphal2016-04-142-4/+0
| * | netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-04-142-217/+52
| * | netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-142-29/+14
| * | netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-46/+36
| * | netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-35/+24
| * | netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-04-142-4/+6
| * | netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-04-142-2/+4
| * | netfilter: x_tables: kill check_entry helperFlorian Westphal2016-04-142-23/+16
| * | netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-04-142-21/+2
| * | netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-04-142-0/+32
| * | netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-04-142-3/+9
* | | libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-231-2/+4
* | | libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-231-4/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-235-6/+48
|\ \ \ | | |/ | |/|
| * | tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau2016-04-212-2/+3
| * | tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau2016-04-211-0/+16
| * | tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau2016-04-211-1/+2
| * | soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek2016-04-141-2/+7
| * | route: do not cache fib route info on local routes with oifChris Friesen2016-04-131-0/+12
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-04-131-0/+6
| |\ \
| | * | netfilter: arp_tables: register table in initnsFlorian Westphal2016-04-071-0/+6
| * | | net: vrf: Fix dst reference countingDavid Ahern2016-04-111-3/+4
* | | | ipmr: align RTA_MFC_STATS on 64-bitNicolas Dichtel2016-04-211-2/+2
* | | | net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long2016-04-211-6/+6
* | | | udp: fix if statement in SIOCINQ ioctlDan Carpenter2016-04-181-6/+0
* | | | GRE: Add support for GRO/GSO of IPv6 GRE trafficAlexander Duyck2016-04-161-1/+13
* | | | ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-164-34/+22
* | | | sctp: export some functions for sctp_diag in inet_diagXin Long2016-04-151-26/+41
* | | | tcp: remove false sharing in tcp_rcv_state_process()Eric Dumazet2016-04-151-2/+2
* | | | tcp: do not mess with listener sk_wmem_allocEric Dumazet2016-04-153-9/+18
* | | | GSO: Support partial segmentation offloadAlexander Duyck2016-04-144-17/+66
* | | | GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck2016-04-142-8/+43
* | | | GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-143-9/+15
OpenPOWER on IntegriCloud