summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2015-12-14ipv4: disable BH when changing ip local port rangeWANG Cong1-2/+2
2015-12-03ipv6: gre: support SIT encapsulationEric Dumazet1-1/+2
2015-12-03ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha1-3/+3
2015-10-27tcp: add proper TS val into RST packetsEric Dumazet1-0/+1
2015-10-27udp: fix dst races with multicast early demuxEric Dumazet1-3/+10
2015-09-29inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+5
2015-09-29ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-4/+12
2015-09-27ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs1-3/+5
2015-08-27ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck1-2/+7
2015-08-27ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck1-2/+3
2015-07-05tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch3-4/+7
2015-06-28tcp: tcp_get_info() should fetch socket fields onceEric Dumazet1-4/+6
2015-06-15ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer1-3/+15
2015-06-15tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2-3/+6
2015-06-15udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-06-15ipv4: Avoid crashing in ip_errorEric W. Biederman1-0/+4
2015-06-15tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot1-1/+1
2015-05-11tcp: avoid looping in tcp_send_fin()Eric Dumazet1-21/+29
2015-05-11tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet1-1/+19
2015-05-11ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-05-11ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-04-28udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross1-2/+4
2015-04-27vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko1-8/+3
2015-04-27vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-6/+5
2015-04-27tcp: tcp_make_synack() should clear skb->tstampEric Dumazet1-0/+2
2015-04-27tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell1-3/+4
2015-04-27tcp: prevent fetching dst twice in early demux codeMichal Kubeček1-1/+1
2015-03-24tcp: make connect() mem charging friendlyEric Dumazet1-40/+28
2015-03-24tcp: fix tcp fin memory accountingJosh Hunt1-5/+1
2015-03-24inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet1-3/+15
2015-03-14net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-2/+10
2015-03-14udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-03-14ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov1-4/+7
2015-03-14ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov1-1/+1
2015-03-14tcp: make sure skb is not shared before using skb_get()Eric Dumazet1-8/+24
2015-03-07cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore1-21/+30
2015-02-27ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2-32/+35
2015-02-27tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet1-0/+1
2015-02-27ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-02-27udp_diag: Fix socket skipping within chainHerbert Xu1-1/+3
2015-02-27ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2-5/+7
2015-02-27ip: zero sockaddr returned on error queueWillem de Bruijn1-6/+2
2015-01-27tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu1-2/+2
2015-01-27geneve: Fix races between socket add and release.Jesse Gross1-6/+7
2015-01-27geneve: Remove socket and offload handlers at destruction.Jesse Gross1-0/+17
2015-01-27gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs1-4/+5
2014-12-16tcp: fix more NULL deref after prequeue changesEric Dumazet1-2/+2
2014-12-16gre: Set inner mac header in gro completeTom Herbert1-0/+3
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn3-11/+14
2014-11-25tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet1-1/+4