Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9389d79fbf9a0167ff2de87e8796c6bb803219bf
/
net
/
ipv6
875bd5a
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 19 years ago
6d1cfe3
[PATCH] raw_sendmsg DoS on 2.6
by Mark J Cox
· 19 years ago
e674d0f
[NETFILTER] ip6tables: remove duplicate code
by Yasuyuki Kozakai
· 19 years ago
987905d
[IPV6]: Check connect(2) status for IPv6 UDP socket (Re: xfrm_lookup)
by Mitsuru KANDA
· 19 years ago
40796c5
[IPV6]: Fix per-socket multicast filtering in sk_reuse case
by David L Stevens
· 19 years ago
de9daad
[MCAST]: Fix MCAST_EXCLUDE line dupes
by Denis Lukianov
· 19 years ago
e6df439
[IPV6]: Bring Type 0 routing header in-line with rfc3542.
by Brian Haley
· 19 years ago
8d06afa
[PATCH] timer initialization cleanup: DEFINE_TIMER
by Ingo Molnar
· 19 years ago
b835996
[PATCH] files: lock-free fd look-up
by Dipankar Sarma
· 19 years ago
e104411b
[XFRM]: Always release dst_entry on error in xfrm_lookup
by Patrick McHardy
· 19 years ago
a57ebc9
[IPV6]: Don't redo xfrm_lookup for cached dst entries
by Patrick McHardy
· 19 years ago
2e66fc4
Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6-git-rfc3542
by David S. Miller
· 19 years ago
42ca89c
[IPV6]: Need to use pskb_trim_rcsum().
by Stephen Hemminger
· 19 years ago
41a1f8e
[IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data.
by YOSHIFUJI Hideaki
· 19 years ago
333fad5
[IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).
by YOSHIFUJI Hideaki
· 19 years ago
2dac4b9
[IPV6]: Repair Incoming Interface Handling for Raw Socket.
by YOSHIFUJI Hideaki
· 19 years ago
573dbd9
[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL
by Jesper Juhl
· 19 years ago
0ac4f89
[NETFILTER6]: Add new ip6tables HOPLIMIT target
by Harald Welte
· 19 years ago
ba89966
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
by Eric Dumazet
· 19 years ago
0546534
[NETFILTER]: Add goto target
by Patrick McHardy
· 19 years ago
764d8a9
[NETFILTER]: Add IPv6 REJECT target
by Patrick McHardy
· 19 years ago
2038073
[NET]: Fix sparse warnings
by Arnaldo Carvalho de Melo
· 19 years ago
0662860
[NETLINK]: Add "groups" argument to netlink_kernel_create
by Patrick McHardy
· 19 years ago
ac6d439
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
by Patrick McHardy
· 19 years ago
34b4a4a
[NETFILTER]: Remove tasklist_lock abuse in ipt{,6}owner
by Christoph Hellwig
· 19 years ago
a61bbcf
[NET]: Store skb->timestamp as offset to a base timestamp
by Patrick McHardy
· 19 years ago
5324a04
[INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.c
by Arnaldo Carvalho de Melo
· 19 years ago
505cbfc
[IPV6]: Generalise the tcp_v6_lookup routines
by Arnaldo Carvalho de Melo
· 19 years ago
6687e98
[ICSK]: Move TCP congestion avoidance members to icsk
by Arnaldo Carvalho de Melo
· 19 years ago
64ce207
[NET]: Make NETDEBUG pure printk wrappers
by Patrick McHardy
· 19 years ago
295ff7e
[TIMEWAIT]: Introduce inet_timewait_death_row
by Arnaldo Carvalho de Melo
· 19 years ago
bbd86b9f
[NETFILTER]: add /proc/net/netfilter interface to nf_queue
by Harald Welte
· 19 years ago
210a9eb
[NETFILTER]: ip{6}_queue: prevent unregistration race with nfnetlink_queue
by Harald Welte
· 19 years ago
0a5578c
[ICSK]: Generalise tcp_listen_{start,stop}
by Arnaldo Carvalho de Melo
· 19 years ago
463c84b
[NET]: Introduce inet_connection_sock
by Arnaldo Carvalho de Melo
· 19 years ago
8feaf0c0
[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
by Arnaldo Carvalho de Melo
· 19 years ago
c752f07
[TCP]: Move the tcp sock states to net/tcp_states.h
by Arnaldo Carvalho de Melo
· 19 years ago
f3f05f7
[INET]: Generalise the tcp_listen_ lock routines
by Arnaldo Carvalho de Melo
· 19 years ago
6e04e02
[INET]: Move tcp_port_rover to inet_hashinfo
by Arnaldo Carvalho de Melo
· 19 years ago
2d8c4ce
[INET]: Generalise tcp_bind_hash & tcp_inherit_port
by Arnaldo Carvalho de Melo
· 19 years ago
a55ebcc
[INET]: Move bind_hash from tcp_sk to inet_sk
by Arnaldo Carvalho de Melo
· 19 years ago
0f7ff92
[INET]: Just rename the TCP hashtable functions/structs to inet_
by Arnaldo Carvalho de Melo
· 19 years ago
608c8e4
[NETFILTER]: Extend netfilter logging API
by Harald Welte
· 19 years ago
32519f1
[INET]: Introduce inet_sk_rebuild_header
by Arnaldo Carvalho de Melo
· 19 years ago
e684897
[NET]: Cleanup INET_REFCNT_DEBUG code
by Arnaldo Carvalho de Melo
· 19 years ago
d13964f
[IPV4/6]: Check if packet was actually delivered to a raw socket to decide whether to send an ICMP unreachable
by Patrick McHardy
· 19 years ago
0bd1b59
[IPV6]: Check interface bindings on IPv6 raw socket reception
by Andrew McDonald
· 19 years ago
7af4cc3
[NETFILTER]: Add "nfnetlink_queue" netfilter queue handler over nfnetlink
by Harald Welte
· 19 years ago
0ab43f8
[NETFILTER]: Core changes required by upcoming nfnetlink_queue code
by Harald Welte
· 19 years ago
2cc7d57
[NETFILTER]: Move reroute-after-queue code up to the nf_queue layer.
by Harald Welte
· 19 years ago
4fdb3bb
[NETLINK]: Add properly module refcounting for kernel netlink sockets.
by Harald Welte
· 19 years ago
020b4c1
[NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/netfilter.c
by Harald Welte
· 19 years ago
089af26
[NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable()
by Harald Welte
· 19 years ago
f2ccd8f
[NET]: Kill skb->real_dev
by David S. Miller
· 19 years ago
6869c4d
[NETFILTER]: reduce netfilter sk_buff enlargement
by Harald Welte
· 19 years ago
d5d2837
[TCP]: Document non-trivial locking path in tcp_v{4,6}_get_port().
by David S. Miller
· 19 years ago
66a79a1
[NETFILTER]: Fix HW checksum handling in ip_queue/ip6_queue
by Patrick McHardy
· 19 years ago
6fc8b9e
[IPCOMP]: Fix false smp_processor_id warning
by Herbert Xu
· 19 years ago
fad87ac
[IPV6]: Fix SKB leak in ip6_input_finish()
by Patrick McHardy
· 19 years ago
793245e
[IPV6]: Fix raw socket hardware checksum failures
by Patrick McHardy
· 19 years ago
6fc0b4a
[IPSEC]: Restrict socket policy loading to CAP_NET_ADMIN.
by Herbert Xu
· 19 years ago
db44575
[NET]: fix oops after tunnel module unload
by Alexey Kuznetsov
· 19 years ago
44456d3
[PATCH] turn many #if $undefined_string into #ifdef $undefined_string
by Olaf Hering
· 19 years ago
227510c
[IPV6]: fix implicit declaration of function `xfrm6_tunnel_unregister'
by Cal Peake
· 19 years ago
d3984a6
[NETFILTER]: Fix ip6t_LOG MAC format
by Patrick McHardy
· 19 years ago
4c1217d
[NETFILTER]: Fix deadlock in ip6_queue
by Patrick McHardy
· 19 years ago
0303770
[NET]: Make ipip/ip6_tunnel independant of XFRM
by Patrick McHardy
· 19 years ago
6a2e9b7
[NET]: move config options out to individual protocols
by Sam Ravnborg
· 20 years ago
9c05989
[IPV6]: Fix warning in ip6_mc_msfilter.
by David S. Miller
· 20 years ago
9951f03
[IPV4]: (INCLUDE,empty)/leave-group equivalence for full-state MSF APIs & errno fix
by David L Stevens
· 20 years ago
917f2f1
[IPV4]: multicast API "join" issues
by David L Stevens
· 20 years ago
c1b4a7e
[TCP]: Move to new TSO segmenting scheme.
by David S. Miller
· 20 years ago
e2ed405
[IPV6]: Makes IPv6 rcv registration happen last during initialisation.
by Herbert Xu
· 20 years ago
e176fe8
[NET]: Remove unused security member in sk_buff
by Thomas Graf
· 20 years ago
7fe40f7
[IPV6]: remove more unused IPV6_AUTHHDR things.
by YOSHIFUJI Hideaki
· 20 years ago
ae9cda5
[IPV6]: Don't dump temporary addresses twice
by YOSHIFUJI Hideaki
· 20 years ago
8a47077
[NETLINK]: Missing padding fields in dumped structures
by Patrick McHardy
· 20 years ago
9ef1d4c
[NETLINK]: Missing initializations in dumped data
by Patrick McHardy
· 20 years ago
5f8ef48
[TCP]: Allow choosing TCP congestion control via sockopt.
by Stephen Hemminger
· 20 years ago
317a76f
[TCP]: Add pluggable congestion control algorithm infrastructure.
by Stephen Hemminger
· 20 years ago
543537b
[PATCH] create a kstrdup library function
by Paulo Marques
· 20 years ago
047601b
[NETFILTER]: Fix ip6t_LOG sit tunnel logging
by Patrick McHardy
· 20 years ago
97216c7
[NETFILTER]: Missing owner-field initialization in ip6table_raw
by Patrick McHardy
· 20 years ago
e982318
[NETFILTER]: Restore netfilter assumptions in IPv6 multicast
by Patrick McHardy
· 20 years ago
18b8afc
[NETFILTER]: Kill nf_debug
by Patrick McHardy
· 20 years ago
e45b1be
[NETFILTER]: Kill lockhelp.h
by Patrick McHardy
· 20 years ago
c9e3e8b
[IPV6]: multicast join and misc
by David L Stevens
· 20 years ago
0d51aa8
[IPV6]: V6 route events reported with wrong netlink PID and seq number
by Jamal Hadi Salim
· 20 years ago
72cb696
[IPSEC]: Add xfrm_init_state
by Herbert Xu
· 20 years ago
e0f9f85
[IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bh
by Herbert Xu
· 20 years ago
9ed19f3
[NETLINK]: Set correct pid for ioctl originating netlink events
by Jamal Hadi Salim
· 20 years ago
e431b8c
[NETLINK]: Explicit typing
by Jamal Hadi Salim
· 20 years ago
b6544c0
[NETLINK]: Correctly set NLM_F_MULTI without checking the pid
by Jamal Hadi Salim
· 20 years ago
2ad69c5
[NET] rename struct tcp_listen_opt to struct listen_sock
by Arnaldo Carvalho de Melo
· 20 years ago
0e87506
[NET] Generalise tcp_listen_opt
by Arnaldo Carvalho de Melo
· 20 years ago
60236fd
[NET] Rename open_request to request_sock
by Arnaldo Carvalho de Melo
· 20 years ago
2e6599c
[NET] Generalise TCP's struct open_request minisock infrastructure
by Arnaldo Carvalho de Melo
· 20 years ago
77bd919
[IPv6] Don't generate temporary for TUN devices
by Rémi Denis-Courmont
· 20 years ago
84427d5
[IPV6]: Ensure to use icmpv6_socket in non-preemptive context.
by YOSHIFUJI Hideaki
· 20 years ago
8181b8c
[IPV6]: Update parm.link in ip6ip6_tnl_change()
by Gabor Fekete
· 20 years ago
Next »