aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-16tcp: handle tcp_net_metrics_init() order-5 memory allocation failuresEric Dumazet1-3/+9
2012-11-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-3/+1
2012-11-15tcp: fix retransmission in repair modeAndrew Vagin2-2/+6
2012-11-15net: Remove code duplication between offload structuresVlad Yasevich1-18/+24
2012-11-15ipv4: Pull GSO registration out of inet_init()Vlad Yasevich1-14/+21
2012-11-15ipv4: Switch to using the new offload infrastructure.Vlad Yasevich1-14/+16
2012-11-15net: Add net protocol offload registration infrustructureVlad Yasevich2-0/+33
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich1-0/+5
2012-11-15ipip: fix sparse warnings in ipip_netlink_parms()Nicolas Dichtel1-2/+2
2012-11-14ipip: add support of link creation via rtnlNicolas Dichtel1-24/+141
2012-11-14ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dumpNicolas Dichtel1-1/+5
2012-11-14ipip: always notify change when params are updatedNicolas Dichtel1-18/+16
2012-11-14ipv4/ip_vti.c: VTI fix post-decryption forwardingSaurabh Mohan1-0/+5
2012-11-14net: unify for_each_ip_tunnel_rcu()Amerigo Wang3-29/+11
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang3-35/+2
2012-11-13tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet1-5/+10
2012-11-11ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang1-13/+22
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-10/+33
2012-11-09ipip: advertise tunnel param via rtnlNicolas Dichtel1-1/+56
2012-11-09ipip: add GSO supportEric Dumazet1-0/+12
2012-11-04net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov1-1/+4
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet7-24/+39
2012-11-02tcp-repair: Handle zero-length data put in rcv queuePavel Emelyanov1-0/+3
2012-11-01rtnl/ipv4: use netconf msg to advertise rp_filter statusNicolas Dichtel1-0/+24
2012-11-01tcp: Fix double sizeof in new tcp_metrics codeJulian Anastasov1-1/+1
2012-11-01net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer1-3/+5
2012-10-31Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-1/+3
2012-10-31tcp: make tcp_clear_md5_list staticstephen hemminger1-1/+1
2012-10-31net/ipv4/ipconfig: add device address to a KERN_INFO messageClaudio Fontana1-2/+4
2012-10-29netfilter: nf_nat: use PTR_RETWu Fengguang1-3/+1
2012-10-28rtnl/ipv4: add support of RTM_GETNETCONFNicolas Dichtel1-2/+73
2012-10-28rtnl/ipv4: use netconf msg to advertise forwarding statusNicolas Dichtel1-4/+89
2012-10-28netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber1-1/+3
2012-10-23sock-diag: Report shutdown for inet and unix sockets (v2)Pavel Emelyanov1-0/+3
2012-10-23ipv4: tcp: clean up tcp_v4_early_demux()Eric Dumazet1-4/+3
2012-10-23tcp: Reject invalid ack_seq to Fast Open socketsJerry Chu2-4/+12
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng4-0/+5
2012-10-22ipv4: 16 slots in initial fib_info hash tableEric Dumazet1-1/+1
2012-10-22tcp: speedup SIOCINQ ioctlEric Dumazet1-2/+3
2012-10-22tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet1-18/+25
2012-10-18tcp: fix FIONREAD/SIOCINQEric Dumazet1-5/+3
2012-10-18ipv4: Fix flushing of cached routing informationsSteffen Klassert1-3/+6
2012-10-12vti: fix sparse bit endian warningsstephen hemminger1-2/+2