aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-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
2012-11-14ipip: always notify change when params are updatedNicolas Dichtel
2012-11-14ipv4/ip_vti.c: VTI fix post-decryption forwardingSaurabh Mohan
2012-11-14net: unify for_each_ip_tunnel_rcu()Amerigo Wang
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang
2012-11-13tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet
2012-11-13xfrm: Fix the gc threshold value for ipv4Steffen Klassert
2012-11-11ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-09ipip: advertise tunnel param via rtnlNicolas Dichtel
2012-11-09ipip: add GSO supportEric Dumazet
2012-11-04net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet
2012-11-02tcp-repair: Handle zero-length data put in rcv queuePavel Emelyanov
2012-11-01rtnl/ipv4: use netconf msg to advertise rp_filter statusNicolas Dichtel
2012-11-01tcp: Fix double sizeof in new tcp_metrics codeJulian Anastasov
2012-11-01net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer
2012-10-31Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller
2012-10-31tcp: make tcp_clear_md5_list staticstephen hemminger
2012-10-31net/ipv4/ipconfig: add device address to a KERN_INFO messageClaudio Fontana
2012-10-29netfilter: nf_nat: use PTR_RETWu Fengguang
2012-10-28rtnl/ipv4: add support of RTM_GETNETCONFNicolas Dichtel
2012-10-28rtnl/ipv4: use netconf msg to advertise forwarding statusNicolas Dichtel
2012-10-28netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber
2012-10-23sock-diag: Report shutdown for inet and unix sockets (v2)Pavel Emelyanov
2012-10-23ipv4: tcp: clean up tcp_v4_early_demux()Eric Dumazet
2012-10-23tcp: Reject invalid ack_seq to Fast Open socketsJerry Chu