aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-06ipv4: fix NULL checking in devinet_ioctl()Xi Wang1-1/+1
2013-01-04net/ipv4/ipconfig: really display the BOOTP/DHCP server's address.Philippe De Muyter1-2/+6
2012-12-28Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2-5/+11
2012-12-26ipv4/ip_gre: set transport header correctly to gre headerIsaku Yamahata1-1/+1
2012-12-26tcp: should drop incoming frames without ACK flag setEric Dumazet1-4/+10
2012-12-24arp: fix a regression in arp_solicit()Cong Wang1-3/+3
2012-12-21ipv4: arp: fix a lockdep splat in arp_solicit()Eric Dumazet1-5/+3
2012-12-21ip_gre: fix possible use after freeEric Dumazet1-1/+5
2012-12-21ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata1-1/+4
2012-12-16netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADEAndrew Collins1-5/+10
2012-12-16netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP resetMukund Jampala1-0/+1
2012-12-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2-4/+18
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds32-257/+815
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar1-2/+7
2012-12-10ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg1-10/+9
2012-12-09inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell1-7/+24
2012-12-09inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell1-11/+17
2012-12-09inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell1-3/+45
2012-12-09inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell1-14/+39
2012-12-09net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck1-0/+4
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng2-6/+15
2012-12-07ipv4/route/rtnl: get mcast attributes when dst is multicastNicolas Dichtel1-2/+21
2012-12-04ipmr: advertise new mfc entries via rtnlNicolas Dichtel1-5/+59
2012-12-04ipmr/ip6mr: allow to get unresolved cache via netlinkNicolas Dichtel1-1/+20
2012-12-04ipmr/ip6mr: report origin of mfc entry into rtnl msgNicolas Dichtel1-1/+4
2012-12-04ipmr/ip6mr: advertise mfc stats via rtnetlinkNicolas Dichtel1-0/+7
2012-12-04netconf: advertise mc_forwarding statusNicolas Dichtel2-2/+20
2012-12-03netfilter: nf_nat: Handle routing changes in MASQUERADE targetJozsef Kadlecsik1-0/+4
2012-12-02tcp: don't abort splice() after small transfersWilly Tarreau1-4/+8
2012-12-01tcp: fix crashes in do_tcp_sendpages()Eric Dumazet1-9/+6
2012-12-01tcp: change default tcp hash sizeEric Dumazet1-4/+2
2012-11-30net: move inet_dport/inet_num in sock_commonEric Dumazet1-13/+23
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+6
2012-11-26net: ipmr: limit MRT_TABLE identifiersEric Dumazet1-0/+4
2012-11-26ipv4: avoid passing NULL to inet_putpeer() in icmpv4_xrlim_allow()Neal Cardwell1-1/+2
2012-11-25ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to boolJoe Perches1-3/+3
2012-11-25ipv4: ipmr: various fixes and cleanupsEric Dumazet1-7/+17
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-15/+7
2012-11-22ipv4: do not cache looped multicastsJulian Anastasov1-2/+5
2012-11-22ipv6: adapt connect for repair moveAndrey Vagin2-12/+6
2012-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-13/+2
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-11-18net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman1-2/+4
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman2-12/+0
2012-11-18net: Enable some sysctls that are safe for the userns rootEric W. Biederman1-8/+0
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman14-27/+30
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2-0/+12
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman4-0/+19
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-23/+52