summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: diag: Support destroying TCP sockets.Lorenzo Colitti2015-12-164-0/+65
* net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti2015-12-161-8/+15
* net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti2015-12-161-15/+27
* tcp: Fix conditions to determine checksum offloadTom Herbert2015-12-151-2/+2
* net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-154-5/+8
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-047-27/+49
|\
| * ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn2015-12-031-2/+3
| * net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-4/+3
| * tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet2015-11-301-0/+1
| * net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov2015-11-241-8/+0
| * net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-11-231-7/+8
| * tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet2015-11-201-3/+19
| * tcp: fix Fast Open snmp over-counting bugYuchung Cheng2015-11-201-1/+1
| * tcp: disable Fast Open on timeouts after handshakeYuchung Cheng2015-11-201-0/+12
| * tcp: md5: fix lockdep annotationEric Dumazet2015-11-191-1/+2
| * udp: remove duplicate includestephen hemminger2015-11-181-1/+0
* | tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet2015-12-031-6/+8
* | net: ipmr: add mfc newroute/delroute netlink supportNikolay Aleksandrov2015-11-301-0/+129
* | net: ipmr: fix setsockopt error returnNikolay Aleksandrov2015-11-301-3/+5
* | net: ipmr: move pimsm_enabled to pim.h and renameNikolay Aleksandrov2015-11-301-8/+3
* | net: ipmr: move struct mr_table and VIF_EXISTS to mroute.hNikolay Aleksandrov2015-11-301-18/+0
* | net: ipmr: remove unused MFC_NOTIFY flag and make the flags enumNikolay Aleksandrov2015-11-301-2/+0
* | net: remove unnecessary mroute.h includesNikolay Aleksandrov2015-11-306-6/+0
* | net/ipv4/ipconfig: Rejoin broken lines in console outputGeert Uytterhoeven2015-11-241-10/+9
* | net: ipmr: factor out common vif init codeNikolay Aleksandrov2015-11-231-21/+19
* | net: ipmr: rearrange and cleanup setsockoptNikolay Aleksandrov2015-11-231-84/+107
* | net: ipmr: drop ip_mr_init() mrt_cachep null check as we'll panic if it failsNikolay Aleksandrov2015-11-231-2/+0
* | net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLESNikolay Aleksandrov2015-11-231-2/+2
* | net: ipmr: make ip_mroute_getsockopt more understandableNikolay Aleksandrov2015-11-231-14/+14
* | net: ipmr: fix code and comment styleNikolay Aleksandrov2015-11-231-105/+37
* | net: ipmr: remove some pimsm ifdefs and simplifyNikolay Aleksandrov2015-11-231-96/+84
* | net: ipmr: always define mroute_reg_vif_numNikolay Aleksandrov2015-11-231-8/+0
* | net: ipmr: move the tbl id check in ipmr_new_tableNikolay Aleksandrov2015-11-231-11/+17
* | net ipv4: use preferred log methodsBastian Stender2015-11-184-59/+44
|/
* raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox2015-11-161-3/+5
* tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-164-19/+22
* netfilter: Fix removal of GRE expectation entries created by PPTPAnthony Lineham2015-11-091-1/+1
* tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet2015-11-051-1/+1
* ipv4: use sk_fullsock() in ipv4_conntrack_defrag()Eric Dumazet2015-11-051-3/+2
* tcp: fix req->saved_syn raceEric Dumazet2015-11-052-3/+2
* net: Fix prefsrc lookupsDavid Ahern2015-11-051-3/+10
* ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong2015-11-052-23/+34
* ipv4: disable BH when changing ip local port rangeWANG Cong2015-11-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-033-12/+25
|\
| * ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha2015-11-021-3/+3
| * ipv4: update RTNH_F_LINKDOWN flag on UP eventJulian Anastasov2015-11-011-0/+7
| * ipv4: fix to not remove local route on link downJulian Anastasov2015-11-012-9/+15
* | net: fix percpu memory leaksEric Dumazet2015-11-032-9/+9
* | net: make skb_set_owner_w() more robustEric Dumazet2015-11-021-3/+1