summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: Add "nfnetlink_queue" netfilter queue handler over nfnetlinkHarald Welte2005-08-293-4/+78
* [NETFILTER]: Core changes required by upcoming nfnetlink_queue codeHarald Welte2005-08-291-1/+2
* [NETFILTER]: Move reroute-after-queue code up to the nf_queue layer.Harald Welte2005-08-293-24/+69
* [NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte2005-08-291-1/+1
* [NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/ne...Harald Welte2005-08-294-36/+44
* [NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable()Harald Welte2005-08-291-1/+1
* [NET]: Kill skb->real_devDavid S. Miller2005-08-291-1/+1
* [NETFILTER]: reduce netfilter sk_buff enlargementHarald Welte2005-08-294-19/+4
* [TCP]: Document non-trivial locking path in tcp_v{4,6}_get_port().David S. Miller2005-08-231-2/+7
* [NETFILTER]: Fix HW checksum handling in ip_queue/ip6_queuePatrick McHardy2005-08-231-0/+7
* [IPCOMP]: Fix false smp_processor_id warningHerbert Xu2005-08-181-1/+1
* [IPV6]: Fix SKB leak in ip6_input_finish()Patrick McHardy2005-08-161-4/+5
* [IPV6]: Fix raw socket hardware checksum failuresPatrick McHardy2005-08-161-0/+2
* [IPSEC]: Restrict socket policy loading to CAP_NET_ADMIN.Herbert Xu2005-08-061-0/+3
* [NET]: fix oops after tunnel module unloadAlexey Kuznetsov2005-07-301-2/+19
* [PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering2005-07-271-6/+1
* [IPV6]: fix implicit declaration of function `xfrm6_tunnel_unregister'Cal Peake2005-07-241-1/+1
* [NETFILTER]: Fix ip6t_LOG MAC formatPatrick McHardy2005-07-221-4/+7
* [NETFILTER]: Fix deadlock in ip6_queuePatrick McHardy2005-07-221-0/+2
* [NET]: Make ipip/ip6_tunnel independant of XFRMPatrick McHardy2005-07-192-6/+33
* [NET]: move config options out to individual protocolsSam Ravnborg2005-07-111-1/+21
* [IPV6]: Fix warning in ip6_mc_msfilter.David S. Miller2005-07-081-0/+1
* [IPV4]: (INCLUDE,empty)/leave-group equivalence for full-state MSF APIs & err...David L Stevens2005-07-081-1/+9
* [IPV4]: multicast API "join" issuesDavid L Stevens2005-07-081-6/+12
* [TCP]: Move to new TSO segmenting scheme.David S. Miller2005-07-051-1/+1
* [IPV6]: Makes IPv6 rcv registration happen last during initialisation.Herbert Xu2005-07-051-2/+2
* [NET]: Remove unused security member in sk_buffThomas Graf2005-07-051-1/+0
* [IPV6]: remove more unused IPV6_AUTHHDR things.YOSHIFUJI Hideaki2005-06-281-1/+0
* [IPV6]: Don't dump temporary addresses twiceYOSHIFUJI Hideaki2005-06-281-14/+1
* [NETLINK]: Missing padding fields in dumped structuresPatrick McHardy2005-06-281-0/+3
* [NETLINK]: Missing initializations in dumped dataPatrick McHardy2005-06-281-0/+1
* [TCP]: Allow choosing TCP congestion control via sockopt.Stephen Hemminger2005-06-231-1/+1
* [TCP]: Add pluggable congestion control algorithm infrastructure.Stephen Hemminger2005-06-231-1/+1
* [PATCH] create a kstrdup library functionPaulo Marques2005-06-231-1/+2
* [NETFILTER]: Fix ip6t_LOG sit tunnel loggingPatrick McHardy2005-06-211-35/+19
* [NETFILTER]: Missing owner-field initialization in ip6table_rawPatrick McHardy2005-06-211-2/+4
* [NETFILTER]: Restore netfilter assumptions in IPv6 multicastPatrick McHardy2005-06-211-21/+26
* [NETFILTER]: Kill nf_debugPatrick McHardy2005-06-211-3/+0
* [NETFILTER]: Kill lockhelp.hPatrick McHardy2005-06-211-1/+0
* [IPV6]: multicast join and miscDavid L Stevens2005-06-212-2/+24
* [IPV6]: V6 route events reported with wrong netlink PID and seq numberJamal Hadi Salim2005-06-215-57/+62
* [IPSEC]: Add xfrm_init_stateHerbert Xu2005-06-204-10/+5
* [IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bhHerbert Xu2005-06-183-9/+9
* [NETLINK]: Set correct pid for ioctl originating netlink eventsJamal Hadi Salim2005-06-181-3/+3
* [NETLINK]: Explicit typingJamal Hadi Salim2005-06-181-5/+5
* [NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim2005-06-182-31/+29
* [NET] rename struct tcp_listen_opt to struct listen_sockArnaldo Carvalho de Melo2005-06-181-2/+2
* [NET] Generalise tcp_listen_optArnaldo Carvalho de Melo2005-06-181-11/+3
* [NET] Rename open_request to request_sockArnaldo Carvalho de Melo2005-06-181-21/+21
* [NET] Generalise TCP's struct open_request minisock infrastructureArnaldo Carvalho de Melo2005-06-181-45/+51