aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-23net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck2-0/+2
2016-03-22ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson1-9/+7
2016-03-22ipv4: fix broadcast packets receptionPaolo Abeni1-4/+8
2016-03-21net: ipv4: Fix truncated timestamp returned by inet_current_timestamp()Deepa Dinamani1-1/+1
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross2-3/+13
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross3-4/+22
2016-03-20ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross1-1/+8
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds54-1398/+1296
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann1-0/+6
2016-03-17tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet1-2/+0
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-25/+40
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra1-2/+1
2016-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-22/+8
2016-03-14net: diag: add a scheduling point in inet_diag_dump_icsk()Eric Dumazet1-0/+1
2016-03-14netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme1-22/+8
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau5-3/+15
2016-03-13GSO/UDP: Use skb->len instead of udph->len to determine length of original skbAlexander Duyck1-5/+10
2016-03-13ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller3-2/+18
2016-03-13netconf: add macro to represent all attributesZhang Shengju1-17/+23
2016-03-13gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck2-4/+2
2016-03-09tcp: Add tcp_inq to get available receive bytes on socketTom Herbert1-14/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller10-146/+242
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann1-4/+6
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-6/+12
2016-03-07tcp: fix tcpi_segs_in after connection establishmentEric Dumazet1-1/+2
2016-03-07arp: correct return value of arp_rcvZhang Shengju1-15/+20
2016-03-03mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-2/+1
2016-03-02net/ipv4: remove left over dead codeEric Engestrom1-7/+0
2016-03-02netfilter: nft_masq: support port rangePablo Neira Ayuso1-1/+6
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal8-96/+180
2016-03-02netfilter: xtables: prepare for on-demand hook registerFlorian Westphal8-46/+55
2016-03-02netfilter: nf_defrag_ipv4: Drop redundant ip_send_check()Joe Stringer1-3/+1
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong1-1/+0
2016-03-01net: ipv4: tcp_probe: Replace timespec with timespec64Deepa Dinamani1-4/+4
2016-03-01net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani3-12/+33
2016-02-26GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck2-6/+30
2016-02-26net: l3mdev: prefer VRF master for source address selectionDavid Lamparter1-0/+17
2016-02-26net: l3mdev: address selection should only consider devices in L3 domainDavid Ahern1-0/+5
2016-02-24ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa1-1/+4
2016-02-24soreuseport: fix merge conflict in tcp bindCraig Gallek1-0/+1
2016-02-23tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2-1/+4
2016-02-23tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov1-1/+1
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-46/+136
2016-02-19rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov1-1/+1
2016-02-18gre: clear IFF_TX_SKB_SHARINGJiri Benc1-2/+3
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc3-7/+5
2016-02-18tcp/dccp: fix another race at listener dismantleEric Dumazet2-14/+14
2016-02-18route: check and remove route cache when we get routeXin Long1-14/+63
2016-02-17tcp: correctly crypto_alloc_hash return checkInsu Yun1-1/+1
2016-02-17ipv4: Remove inet_lro libraryBen Hutchings3-383/+0