| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Push capable(CAP_NET_ADMIN) into the rtnl methods | Eric W. Biederman | 2012-11-18 | 3 | -0/+15 |
* | net: Don't export sysctls to unprivileged users | Eric W. Biederman | 2012-11-18 | 5 | -1/+22 |
* | ipv6: Preserve ipv6 functionality needed by NET | Vlad Yasevich | 2012-11-18 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-17 | 1 | -0/+1 |
|\ |
|
| * | ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return value | Hannes Frederic Sowa | 2012-11-13 | 1 | -0/+1 |
* | | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller | 2012-11-16 | 2 | -3/+67 |
|\ \ |
|
| * | | netfilter: ipv6: only provide sk_bound_dev_if for link-local addr | Florian Westphal | 2012-11-13 | 1 | -1/+6 |
| * | | netfilter: ipv6: add getsockopt to retrieve origdst | Florian Westphal | 2012-11-02 | 1 | -0/+61 |
| * | | netfilter: nf_nat: use PTR_RET | Wu Fengguang | 2012-10-29 | 1 | -3/+1 |
* | | | ipv6: Fix build error with udp_offload | Vlad Yasevich | 2012-11-15 | 1 | -0/+1 |
* | | | net: Remove code duplication between offload structures | Vlad Yasevich | 2012-11-15 | 3 | -19/+25 |
* | | | ipv6: Pull IPv6 GSO registration out of the module | Vlad Yasevich | 2012-11-15 | 11 | -70/+30 |
* | | | ipv6: Update ipv6 static library with newly needed functions | Vlad Yasevich | 2012-11-15 | 5 | -110/+121 |
* | | | ipv6: Move exthdr offload support into separate file | Vlad Yasevich | 2012-11-15 | 4 | -37/+55 |
* | | | ipv6: Separate out UDP offload functionality | Vlad Yasevich | 2012-11-15 | 4 | -101/+130 |
* | | | ipv6: Separate tcp offload functionality | Vlad Yasevich | 2012-11-15 | 4 | -110/+106 |
* | | | ipv6: Separate ipv6 offload support | Vlad Yasevich | 2012-11-15 | 4 | -246/+296 |
* | | | ipv6: Switch to using new offload infrastructure. | Vlad Yasevich | 2012-11-15 | 4 | -24/+64 |
* | | | ipv6: Add new offload registration infrastructure. | Vlad Yasevich | 2012-11-15 | 4 | -0/+41 |
* | | | net: Switch to using the new packet offload infrustructure | Vlad Yasevich | 2012-11-15 | 1 | -0/+6 |
* | | | ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms() | Nicolas Dichtel | 2012-11-15 | 1 | -1/+1 |
* | | | sit: fix sparse warnings | Nicolas Dichtel | 2012-11-15 | 1 | -5/+5 |
* | | | sit: add support of link creation via rtnl | Nicolas Dichtel | 2012-11-14 | 1 | -28/+150 |
* | | | sit: rename rtnl functions for consistency | Nicolas Dichtel | 2012-11-14 | 1 | -4/+4 |
* | | | sit/rtnl: add missing parameters on dump | Nicolas Dichtel | 2012-11-14 | 1 | -1/+8 |
* | | | sit: always notify change when params are updated | Nicolas Dichtel | 2012-11-14 | 1 | -17/+15 |
* | | | ip6tnl: add support of link creation via rtnl | Nicolas Dichtel | 2012-11-14 | 1 | -15/+149 |
* | | | ip6tnl: rename rtnl functions for consistency | Nicolas Dichtel | 2012-11-14 | 1 | -4/+4 |
* | | | ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dump | Nicolas Dichtel | 2012-11-14 | 1 | -1/+4 |
* | | | ipv6: remove obsolete comments in route.c | Li RongQing | 2012-11-14 | 1 | -6/+0 |
* | | | net: unify for_each_ip_tunnel_rcu() | Amerigo Wang | 2012-11-14 | 2 | -20/+7 |
* | | | net: convert __IPTUNNEL_XMIT() to an inline function | Amerigo Wang | 2012-11-14 | 3 | -30/+1 |
* | | | ipv6: add knob to send unsolicited ND on link-layer address change | Hannes Frederic Sowa | 2012-11-13 | 2 | -0/+15 |
* | | | ipv6 ndisc: Use pre-defined in6addr_linklocal_allnodes. | YOSHIFUJI Hideaki / 吉藤英明 | 2012-11-12 | 1 | -2/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-10 | 5 | -11/+12 |
|\ \ \
| | |/
| |/| |
|
| * | | gre6: fix rtnl dump messages | Nicolas Dichtel | 2012-11-09 | 1 | -4/+4 |
| * | | ipv6: send unsolicited neighbour advertisements to all-nodes | Hannes Frederic Sowa | 2012-11-09 | 1 | -2/+1 |
| * | | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 2012-10-31 | 2 | -3/+5 |
| |\ \ |
|
| | * | | netfilter: nf_defrag_ipv6: solve section mismatch in nf_conntrack_reasm | Hein Tibosch | 2012-10-28 | 1 | -2/+2 |
| | * | | netfilter: nf_nat: don't check for port change on ICMP tuples | Ulrich Weber | 2012-10-28 | 1 | -1/+3 |
| * | | | ipv6: Set default hoplimit as zero. | Li RongQing | 2012-10-24 | 1 | -2/+2 |
| |/ / |
|
* | | | ip6tnl: advertise tunnel param via rtnl | Nicolas Dichtel | 2012-11-09 | 1 | -0/+57 |
* | | | sit: advertise tunnel param via rtnl | Nicolas Dichtel | 2012-11-09 | 1 | -1/+56 |
* | | | ipv6: remove rt6i_peer_genid from rt6_info and its handler | Li RongQing | 2012-11-08 | 1 | -16/+2 |
* | | | ndisc: fix a typo in a comment in ndisc_recv_na() | Nicolas Dichtel | 2012-11-07 | 1 | -1/+1 |
* | | | ipv6: introduce ip6_rt_put() | Amerigo Wang | 2012-11-03 | 10 | -26/+23 |
* | | | ipv6: remove a useless NULL check | Amerigo Wang | 2012-11-03 | 1 | -1/+1 |
* | | | tcp: better retrans tracking for defer-accept | Eric Dumazet | 2012-11-03 | 2 | -5/+8 |
* | | | ipv6/multipath: remove flag NLM_F_EXCL after the first nexthop | Nicolas Dichtel | 2012-11-02 | 1 | -0/+6 |
* | | | ipv6: use IS_ENABLED() | Amerigo Wang | 2012-11-01 | 15 | -49/+46 |