aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: diag: make udp_diag_destroy work for mapped addresses.Lorenzo Colitti2017-04-111-2/+2
* net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti2017-04-112-14/+28
* net: diag: make udp_diag_destroy work for mapped addresses.Lorenzo Colitti2017-04-111-2/+2
* net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern2017-04-112-0/+95
* net: diag: slightly refactor the inet_diag_bc_audit error checks.Lorenzo Colitti2017-04-111-11/+18
* net: diag: Add support to filter on device indexDavid Ahern2017-04-111-0/+25
* net: ping: Fix stack buffer overflow in ping_common_sendmsg()Qidan He2017-04-111-1/+1
* revert "Network: reset onnection by UID"Yingjoe Chen2016-12-192-129/+0
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2016-11-172-2/+2
* net: fix iterating over hashtable in tcp_nuke_addr()Dmitry Torokhov2016-11-171-1/+1
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-11-171-0/+3
* ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-11-173-2/+18
* ping: fix null pointer exception (seen in speedtest app)DerTeufel2016-11-071-4/+3
* ping: Fix race in free in receive pathsubashab@codeaurora.org2016-11-071-2/+8
* tcp: make challenge acks less predictableCharles (Chas) Williams2016-11-071-5/+7
* net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet2016-09-101-6/+12
* net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti2016-09-101-0/+5
* net: diag: Support destroying TCP sockets.Lorenzo Colitti2016-09-104-0/+65
* net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti2016-09-101-8/+15
* net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti2016-09-101-14/+32
* tcp: make challenge acks less predictableEric Dumazet2016-09-101-7/+7
* 3.10.102-> 3.10.103Jan Engelmohr2016-09-106-472/+210
* tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng2016-09-011-1/+1
* tcp: fix timing issue in CUBIC slope calculationNeal Cardwell2016-09-011-0/+8
* tcp_cubic: do not set epoch_start in the futureEric Dumazet2016-09-011-2/+8
* tcp_cubic: better follow cubic curve after idle periodEric Dumazet2016-09-011-0/+16
* Linux 3.10.102 (accumulative patch)Stefan Guendhoer2016-08-261-0/+12
* Linux 3.10.96 (accumulative patch)Stefan Guendhoer2016-08-261-1/+1
* Linux 3.10.95 (accumulative patch)Stefan Guendhoer2016-08-264-8/+14
* Linux 3.10.94Stefan Guendhoer2016-08-261-3/+3
* inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee2016-08-261-2/+5
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2016-08-261-4/+12
* xfrm: Increase the garbage collector thresholdSteffen Klassert2016-08-261-1/+1