summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2012-12-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar
2012-12-10ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg
2012-12-09inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell
2012-12-09inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell
2012-12-09inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell
2012-12-09inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell
2012-12-09net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng
2012-12-07ipv4/route/rtnl: get mcast attributes when dst is multicastNicolas Dichtel
2012-12-04ipmr: advertise new mfc entries via rtnlNicolas Dichtel
2012-12-04ipmr/ip6mr: allow to get unresolved cache via netlinkNicolas Dichtel
2012-12-04ipmr/ip6mr: report origin of mfc entry into rtnl msgNicolas Dichtel
2012-12-04ipmr/ip6mr: advertise mfc stats via rtnetlinkNicolas Dichtel
2012-12-04netconf: advertise mc_forwarding statusNicolas Dichtel
2012-12-03netfilter: nf_nat: Handle routing changes in MASQUERADE targetJozsef Kadlecsik
2012-12-02tcp: don't abort splice() after small transfersWilly Tarreau
2012-12-01tcp: fix crashes in do_tcp_sendpages()Eric Dumazet
2012-12-01tcp: change default tcp hash sizeEric Dumazet
2012-11-30net: move inet_dport/inet_num in sock_commonEric Dumazet
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-26net: ipmr: limit MRT_TABLE identifiersEric Dumazet
2012-11-26ipv4: avoid passing NULL to inet_putpeer() in icmpv4_xrlim_allow()Neal Cardwell
2012-11-25ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to boolJoe Perches
2012-11-25ipv4: ipmr: various fixes and cleanupsEric Dumazet
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-22ipv4: do not cache looped multicastsJulian Anastasov
2012-11-22ipv6: adapt connect for repair moveAndrey Vagin
2012-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida
2012-11-18net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman
2012-11-18net: Enable some sysctls that are safe for the userns rootEric W. Biederman
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-16tcp: handle tcp_net_metrics_init() order-5 memory allocation failuresEric Dumazet
2012-11-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-11-15tcp: fix retransmission in repair modeAndrew Vagin
2012-11-15net: Remove code duplication between offload structuresVlad Yasevich
2012-11-15ipv4: Pull GSO registration out of inet_init()Vlad Yasevich
2012-11-15ipv4: Switch to using the new offload infrastructure.Vlad Yasevich
2012-11-15net: Add net protocol offload registration infrustructureVlad Yasevich
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich
2012-11-15ipip: fix sparse warnings in ipip_netlink_parms()Nicolas Dichtel
2012-11-14ipip: add support of link creation via rtnlNicolas Dichtel
2012-11-14ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dumpNicolas Dichtel