Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
5917ed961def82a4dba9198d11a75f79d115a8cb
/
include
5917ed9
[NETFILTER]: Fix NF_QUEUE_NR() macro
by Harald Welte
· 19 years ago
8c60f3f
[CCID3]: Separate most of the packet history code
by Arnaldo Carvalho de Melo
· 19 years ago
540722f
[TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCK
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
64cf1e5
[DCCP]: Finish the TIMEWAIT minisock support
by Arnaldo Carvalho de Melo
· 19 years ago
696ab2d
[TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_sock.c
by Arnaldo Carvalho de Melo
· 19 years ago
295ff7e
[TIMEWAIT]: Introduce inet_timewait_death_row
by Arnaldo Carvalho de Melo
· 19 years ago
0d48d93
[Bluetooth]: Move packet type into the SKB control buffer
by Marcel Holtmann
· 19 years ago
2eb25a6
[Bluetooth]: Fix sparse warnings (__nocast type)
by Victor Fusco
· 19 years ago
3a5e903
[Bluetooth]: Implement RFCOMM remote port negotiation
by J. Suter
· 19 years ago
85a1e93
[Bluetooth]: Track page scan repetition mode changes
by Marcel Holtmann
· 19 years ago
45bb4bf
[Bluetooth]: Workaround for inquiry results with RSSI and page scan mode
by Marcel Holtmann
· 19 years ago
1d3de41
[NETFILTER]: New iptables DCCP protocol header match
by Harald Welte
· 19 years ago
e2e2686
[DCCP]: Fix struct sockaddr_dccp definition
by Arnaldo Carvalho de Melo
· 19 years ago
5a47a47
[DCCP]: make <linux/dccp.h> include-able from userspace
by Harald Welte
· 19 years ago
8a61fad
[NETFILTER]: check nf_log function call arguments
by Harald Welte
· 19 years ago
bbd86b9f
[NETFILTER]: add /proc/net/netfilter interface to nf_queue
by Harald Welte
· 19 years ago
fbcd923
[NETFILTER]: add correct bridging support to nfnetlink_{queue,log}
by Harald Welte
· 19 years ago
74459dc
[LIST]: Introduce list_for_each_entry_safe_continue
by Arnaldo Carvalho de Melo
· 19 years ago
a019d6f
[ICSK]: Move generalised functions from tcp to inet_connection_sock
by Arnaldo Carvalho de Melo
· 19 years ago
7c65787
[DCCP]: Initial implementation
by Arnaldo Carvalho de Melo
· 19 years ago
c4365c9
[RANDOM]: Introduce secure_dccp_sequence_number
by Arnaldo Carvalho de Melo
· 19 years ago
295f732
[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer
by Arnaldo Carvalho de Melo
· 19 years ago
0a5578c
[ICSK]: Generalise tcp_listen_{start,stop}
by Arnaldo Carvalho de Melo
· 19 years ago
9f1d260
[ICSK]: Introduce inet_csk_clone
by Arnaldo Carvalho de Melo
· 19 years ago
3f421ba
[NET]: Just move the inet_connection_sock function from tcp sources
by Arnaldo Carvalho de Melo
· 19 years ago
463c84b
[NET]: Introduce inet_connection_sock
by Arnaldo Carvalho de Melo
· 19 years ago
87d11ce
[SOCK]: Introduce sk_clone
by Arnaldo Carvalho de Melo
· 19 years ago
c676270
[INET_TWSK]: Introduce inet_twsk_alloc
by Arnaldo Carvalho de Melo
· 19 years ago
e48c414
[INET]: Generalise the TCP sock ID lookup routines
by Arnaldo Carvalho de Melo
· 19 years ago
8feaf0c
[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
by Arnaldo Carvalho de Melo
· 19 years ago
33b6223
[INET]: Generalise tcp_v4_lookup_listener
by Arnaldo Carvalho de Melo
· 19 years ago
81849d1
[INET]: Generalise tcp_v4_hash & tcp_unhash
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
1444fc5
[NETFILTER]: don't use nested attributes for conntrack_expect
by Harald Welte
· 19 years ago
927ccbc
[NETFILTER]: attribute count is an attribute of message type, not subsytem
by Harald Welte
· 19 years ago
a86888b
[NETFILTER]: Fix multiple problems with the conntrack event cache
by Patrick McHardy
· 19 years ago
a55ebcc
[INET]: Move bind_hash from tcp_sk to inet_sk
by Arnaldo Carvalho de Melo
· 19 years ago
77d8bf9
[INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch]
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
304a161
[INET]: Move the TCP ehash functions to include/net/inet_hashtables.h
by Arnaldo Carvalho de Melo
· 19 years ago
0597f26
[NETFILTER]: Add new "nfnetlink_log" userspace packet logging facility
by Harald Welte
· 19 years ago
608c8e4
[NETFILTER]: Extend netfilter logging API
by Harald Welte
· 19 years ago
838ab63
[NETFILTER]: Add refcounting and /proc/net/netfilter interface to nfnetlink_queue
by Harald Welte
· 19 years ago
32519f1
[INET]: Introduce inet_sk_rebuild_header
by Arnaldo Carvalho de Melo
· 19 years ago
6cbb0df
[SOCK]: Introduce sk_setup_caps
by Arnaldo Carvalho de Melo
· 19 years ago
614c6cb
[SOCK]: Rename __tcp_v4_rehash to __sk_prot_rehash
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
089af26
[NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable()
by Harald Welte
· 19 years ago
86e65da
[NET]: Remove explicit initializations of skb->input_dev
by David S. Miller
· 19 years ago
0742fd5
[IPV4]: possible cleanups
by Adrian Bunk
· 19 years ago
f2ccd8f
[NET]: Kill skb->real_dev
by David S. Miller
· 19 years ago
b6b99eb
[NET]: Reduce tc_index/tc_verd to u16
by Patrick McHardy
· 19 years ago
83e3609
[REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroy
by Arnaldo Carvalho de Melo
· 19 years ago
080774a
[NETFILTER]: Add ctnetlink subsystem
by Harald Welte
· 19 years ago
6f1cf16
[NET]: Remove HIPPI private from skbuff.h
by Stephen Hemminger
· 19 years ago
b0573de
[NET]: Introduce SO_{SND,RCV}BUFFORCE socket options
by Patrick McHardy
· 19 years ago
f9e815b
[NETFITLER]: Add nfnetlink layer.
by Harald Welte
· 19 years ago
ac3247b
[NETFILTER]: connection tracking event notifiers
by Harald Welte
· 19 years ago
abc3bc5
[NET]: Kill skb->tc_classid
by Patrick McHardy
· 19 years ago
8728b83
[NET]: Kill skb->list
by David S. Miller
· 19 years ago
6869c4d
[NETFILTER]: reduce netfilter sk_buff enlargement
by Harald Welte
· 19 years ago
bf3a46a
[NETFILTER]: convert nfmark and conntrack mark to 32bit
by Harald Welte
· 19 years ago
8f3d17f
Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 19 years ago
70d374e
Merge /spare/repo/linux-2.6/
by Jeff Garzik
· 19 years ago
4f07118
[SPARC64]: More fully work around Spitfire Errata 51.
by David S. Miller
· 19 years ago
442464a
[SPARC64]: Make debugging spinlocks usable again.
by David S. Miller
· 19 years ago
ca7c8d2
[SPARC]: remove use of asm/segment.h
by Kumar Gala
· 19 years ago
3d6364a
[SPARC64]: remove use of asm/segment.h
by Kumar Gala
· 19 years ago
6c52a96
[SPARC64]: Revamp Spitfire error trap handling.
by David S. Miller
· 19 years ago
9e2d3cd
[PATCH] mod_devicetable.h fixes
by Al Viro
· 19 years ago
a78b337
Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
by Linus Torvalds
· 19 years ago
97c169a
Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm.git
by Linus Torvalds
· 19 years ago
9ab7486
Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-mmc.git
by Linus Torvalds
· 19 years ago
975f957
Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-serial.git
by Linus Torvalds
· 19 years ago
2321fbd
Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-ucb.git
by Linus Torvalds
· 19 years ago
3d963f5
Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 19 years ago
5be1d85
Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 19 years ago
e139345
[PATCH] PHY Layer fixup
by Andy Fleming
· 19 years ago
af36d7f
[libata] license change, other bits
by Jeff Garzik
· 19 years ago
d18d36b
libata: fix a few alan-isms
by Jeff Garzik
· 19 years ago
a4d61e8
[PATCH] IB: move include files to include/rdma
by Roland Dreier
· 19 years ago
485761b
[PATCH] x86_64: Tell VM about holes in nodes
by Andi Kleen
· 19 years ago
32818c2
[PATCH] ppc64: Fix issue with gcc 4.0 compiled kernels
by Anton Blanchard
· 19 years ago
b73fc89
[PATCH] libata: regularize dma_start/stop arguments
by Alan Cox
· 19 years ago
40bb0c3
[PATCH] m68k: fix broken macros causing compile errors
by Andreas Schwab
· 19 years ago
75a9517
Merge upstream into 'upstream' branch of netdev-2.6.git.
by Jeff Garzik
· 19 years ago
617e44f
Merge /spare/repo/linux-2.6/
by Jeff Garzik
· 19 years ago
9138dcc
[PATCH] Fix IXP4xx CLOCK_TICK_RATE
by Deepak Saxena
· 19 years ago
17566c3
[PATCH] s390 __CHECKER__ ifdefs
by Al Viro
· 19 years ago
Next »