aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* tcp: fix various issues for sockets morphing to listen stateEric Dumazet2017-07-042-4/+9
* igmp: Make igmp group member RFC 3376 compliantMichal Tesar2017-07-041-1/+6
* ping: implement proper lockingEric Dumazet2017-06-171-2/+1
* netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2017-06-171-2/+2
* ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn2017-06-171-2/+4
* dccp/tcp: fix routing redirect raceJon Maxwell2017-06-171-1/+2
* ipv4: mask tos for input routeJulian Anastasov2017-06-171-0/+1
* vti4: Don't count header length twice.Steffen Klassert2017-06-171-1/+0
* ping: fix a null pointer dereferenceWANG Cong2017-06-171-0/+2
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-06-171-0/+4
* tcp: initialize max window for a new fastopen socketAlexey Kodanev2017-06-171-0/+1
* netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2017-05-302-0/+4
* net/ipv4: queue work on power efficient wqviresh kumar2017-05-241-4/+6
* net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal2017-05-242-14/+26
* tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2017-05-249-18/+0
* tcp: whitespace fixesstephen hemminger2017-05-2413-116/+102
* net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.Lorenzo Colitti2017-05-231-1/+2
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2017-05-239-22/+36
* BACKPORT [UPSTREAM] net: add real socket cookiesChenbo Feng2017-05-231-0/+1
* net: core: add UID to flows, rules, and routesLorenzo Colitti2017-05-232-0/+12
* Revert "net: core: Support UID-based routing."Lorenzo Colitti2017-05-238-34/+13
* Revert "Handle 'sk' being NULL in UID-based routing."Lorenzo Colitti2017-05-231-1/+1
* dccp/tcp: do not inherit mc_list from parentEric Dumazet2017-05-221-0/+2
* ANDROID: Add untag hacks to inet_release functionChenbo Feng2017-05-201-0/+4
* net: ping: check minimum size on ICMP header lengthKees Cook2017-05-101-0/+4
* Revert "net: ping: Fix stack buffer overflow in ping_common_sendmsg()"Mister Oyster2017-05-101-1/+1
* ping: implement proper lockingEric Dumazet2017-05-101-2/+3
* mtk: 3.10 updatesMister Oyster2017-04-296-45/+39
* ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2017-04-294-6/+4
* Revert "netfilter: have ip*t REJECT set the sock err when an icmp is to be sent"Erik Kline2017-04-252-20/+0
* net: Fix maybe-uninitialized variablesChristopher N. Hesse2017-04-251-0/+10
* Fix NULL pointer dereference in tcp_nuke_addr.Lorenzo Colitti2017-04-171-2/+5
* ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-04-161-1/+8
* net: Fail explicit bind to local reserved portsSubash Abhinov Kasiviswanathan2017-04-134-0/+22
* net: tcp: fix rtable leak in tcp_is_local[6]liping.zhang2017-04-131-2/+10
* net: ipv4: fix maybe-uninitialized warningsNathan Chancellor2017-04-131-2/+2
* tcp: fix more NULL deref after prequeue changesEric Dumazet2017-04-131-2/+2
* net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2017-04-111-1/+12
* tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet2017-04-111-0/+1
* BACKPORT: tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-04-111-0/+6
* ipv4: Set skb->protocol properly for local outputEli Cooper2017-04-111-0/+3
* ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin2017-04-111-1/+3
* neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong2017-04-111-1/+1
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2017-04-112-2/+4
* net: disable fragment reassembly if high_thresh is set to zeroMichal Kubecek2017-04-111-0/+4
* tcp: take care of truncations done by sk_filter()Eric Dumazet2017-04-111-1/+18
* tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos2017-04-111-5/+7
* tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet2017-04-111-1/+2
* tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2017-04-111-1/+2
* net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti2017-04-111-3/+29