Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8c2dbb79c62e9da4857b873435925d3654d9fccd
/
net
/
ipv4
/
inet_diag.c
e32123e
netlink: rename ssk to sk in struct netlink_skb_params
by Patrick McHardy
· 12 years ago
6ba8a3b
tcp: Tail loss probe (TLP)
by Nandita Dukkipati
· 12 years ago
6be35c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
5e1f542
inet_diag: validate port comparison byte code to prevent unsafe reads
by Neal Cardwell
· 12 years ago
f67caec
inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()
by Neal Cardwell
· 12 years ago
405c005
inet_diag: validate byte code to prevent oops in inet_diag_bc_run()
by Neal Cardwell
· 12 years ago
1c95df8
inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV state
by Neal Cardwell
· 12 years ago
d4185bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
cacb6ba
net: inet_diag -- Return error code if protocol handler is missed
by Cyrill Gorcunov
· 12 years ago
e6c022a
tcp: better retrans tracking for defer-accept
by Eric Dumazet
· 12 years ago
e4e541a
sock-diag: Report shutdown for inet and unix sockets (v2)
by Pavel Emelyanov
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
d06ca95
userns: Teach inet_diag to work with user namespaces
by Eric W. Biederman
· 12 years ago
51d7ccc
net: make sock diag per-namespace
by Andrey Vagin
· 12 years ago
6e277ed
inet_diag: Do not use RTA_PUT() macros
by Thomas Graf
· 12 years ago
d106352
inet_diag: Move away from NLMSG_PUT().
by David S. Miller
· 12 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
8dcf01f
net: sock_diag_handler structs can be const
by Shan Wei
· 13 years ago
62ad6fc
udp_diag: implement idiag_get_info for udp/udplite to get queue information
by Shan Wei
· 13 years ago
80d326f
netlink: add netlink_dump_control structure for netlink_dump_start()
by Pablo Neira Ayuso
· 13 years ago
3b09c84
inet_diag: Rename inet_diag_req_compat into inet_diag_req
by Pavel Emelyanov
· 13 years ago
c899136
inet_diag: Rename inet_diag_req into inet_diag_req_v2
by Pavel Emelyanov
· 13 years ago
c0636fa
inet_diag: Add the SKMEMINFO extension
by Pavel Emelyanov
· 13 years ago
f65c1b5
sock_diag: Generalize requests cookies managements
by Pavel Emelyanov
· 13 years ago
aec8dc6
sock_diag: Fix module netlink aliases
by Pavel Emelyanov
· 13 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 13 years ago
1942c51
inet_diag: Generalize inet_diag dump and get_exact calls
by Pavel Emelyanov
· 13 years ago
3c4d05c
inet_diag: Introduce the inet socket dumping routine
by Pavel Emelyanov
· 13 years ago
8d07d15
inet_diag: Introduce the byte-code run on an inet socket
by Pavel Emelyanov
· 13 years ago
efb3cb4
inet_diag: Split inet_diag_get_exact into parts
by Pavel Emelyanov
· 13 years ago
476f7db
inet_diag: Split inet_diag_get_exact into parts
by Pavel Emelyanov
· 13 years ago
b005ab4
inet_diag: Export inet diag cookie checking routine
by Pavel Emelyanov
· 13 years ago
87c22ea
inet_diag: Reduce the number of args for bytecode run routine
by Pavel Emelyanov
· 13 years ago
7b35ead
inet_diag: Remove indirect sizeof from inet diag handlers
by Pavel Emelyanov
· 13 years ago
8ef874b
sock_diag: Move the sock_ code to net/core/
by Pavel Emelyanov
· 13 years ago
a029fe2
inet_diag: Cleanup type2proto last user
by Pavel Emelyanov
· 13 years ago
d23deaa
inet_diag: Introduce socket family checks
by Pavel Emelyanov
· 13 years ago
25c4cd2
inet_diag: Switch the _dump to work with new header
by Pavel Emelyanov
· 13 years ago
fe50ce2
inet_diag: Switch the _get_exact to work with new header
by Pavel Emelyanov
· 13 years ago
126fdc3
inet_diag: Introduce new inet_diag_req header
by Pavel Emelyanov
· 13 years ago
d366477
sock_diag: Initial skeleton
by Pavel Emelyanov
· 13 years ago
f13c95f
inet_diag: Switch from _GETSOCK to IPPROTO_ numbers
by Pavel Emelyanov
· 13 years ago
37f352b
inet_diag: Move byte-code finding up the call-stack
by Pavel Emelyanov
· 13 years ago
8d34172
sock_diag: Introduce new message type
by Pavel Emelyanov
· 13 years ago
7f1fb60
inet_diag: Partly rename inet_ to sock_
by Pavel Emelyanov
· 13 years ago
6dec4ac
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
717b6d8
net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 sockets
by Maciej Żenczykowski
· 13 years ago
06236ac
net-netlink: Add a new attribute to expose TCLASS values via netlink
by Maciej Żenczykowski
· 13 years ago
3ceca74
net-netlink: Add a new attribute to expose TOS values via netlink
by Murali Raja
· 13 years ago
9f6ec8d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
eeb1497
inet_diag: fix inet_diag_bc_audit()
by Eric Dumazet
· 13 years ago
c7ac867
rtnetlink: Compute and store minimum ifinfo dump size
by Greg Rose
· 13 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
b8f3ab4
Revert "netlink: test for all flags of the NLM_F_DUMP composite"
by David S. Miller
· 14 years ago
0ab03c2
netlink: test for all flags of the NLM_F_DUMP composite
by Jan Engelhardt
· 14 years ago
22e76c8
inet_diag: Make sure we actually run the same bytecode we audited.
by Nelson Elhage
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b4ced2b
netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()
by Roel Kluin
· 15 years ago
c720c7e
inet: rename some inet_sock fields
by Eric Dumazet
· 15 years ago
f373b53
tcp: replace ehash_size by ehash_mask
by Eric Dumazet
· 15 years ago
31e6d36
net: correct off-by-one write allocations reports
by Eric Dumazet
· 15 years ago
ac5978e
inet_diag: Remove dup assignments
by Arnaldo Carvalho de Melo
· 16 years ago
c25eb3b
net: Convert TCP/DCCP listening hash tables to use RCU
by Eric Dumazet
· 16 years ago
7e3aab4
inet_diag: Missed conversion after changing inet ehash lockl to spinlocks.
by David S. Miller
· 16 years ago
5caea4e
net: listening_hash get a spinlock per bucket
by Eric Dumazet
· 16 years ago
3ab5aee
net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls
by Eric Dumazet
· 16 years ago
95a5afc
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
by Johannes Berg
· 16 years ago
6be547a
inet_diag: Add empty bucket optimization to inet_diag too
by Andi Kleen
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
d86e0da
[NETNS]: Tcp-v6 sockets per-net lookup.
by Pavel Emelyanov
· 17 years ago
c67499c
[NETNS]: Tcp-v4 sockets per-net lookup.
by Pavel Emelyanov
· 17 years ago
8cf8e5a
[INET_DIAG]: Fix inet_diag_lock_handler error path.
by Arnaldo Carvalho de Melo
· 17 years ago
b7c6ba6
[NETNS]: Consolidate kernel netlink socket destruction.
by Denis V. Lunev
· 17 years ago
d523a32
[INET]: Fix inet_diag dead-lock regression
by Herbert Xu
· 17 years ago
0769319
[INET]: Fix inet_diag register vs rcv race
by Pavel Emelyanov
· 17 years ago
230140c
[INET]: Remove per bucket rwlock in tcp/dccp ehash table.
by Eric Dumazet
· 17 years ago
305e1e9
[INET]: Let inet_diag and friends autoload
by Jean Delvare
· 17 years ago
cd40b7d
[NET]: make netlink user -> kernel interface synchronious
by Denis V. Lunev
· 17 years ago
0cfad07
[NETLINK]: Avoid pointer in netlink_run_queue
by Herbert Xu
· 17 years ago
b4b5102
[NET]: Support multiple network namespaces with netlink
by Eric W. Biederman
· 17 years ago
172589c
[NET]: DIV_ROUND_UP cleanup (part two)
by Ilpo Järvinen
· 17 years ago
0a9c730
[INET_DIAG]: Fix oops in netlink_rcv_skb
by Patrick McHardy
· 17 years ago
af65bdf
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
by Patrick McHardy
· 18 years ago
c702e80
[NETLINK]: Directly return -EINTR from netlink_dump_start()
by Thomas Graf
· 18 years ago
ead592b
[IPv4] diag: Use netlink_run_queue() to process the receive queue
by Thomas Graf
· 18 years ago
dc5fc57
[NETLINK]: Use nlmsg_trim() where appropriate
by Arnaldo Carvalho de Melo
· 18 years ago
b529ccf
[NETLINK]: Introduce nlmsg_hdr() helper
by Arnaldo Carvalho de Melo
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
e905a9e
[NET] IPV4: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
dbca9b275
[NET]: change layout of ehash table
by Eric Dumazet
· 18 years ago
2693256
[NETLINK]: Don't BUG on undersized allocations
by Patrick McHardy
· 18 years ago
9f85529
[IPV4]: inet_diag annotations
by Al Viro
· 18 years ago
0da974f
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
by Panagiotis Issaris
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
dff2c03
[INET_DIAG]: Introduce sk_diag_fill
by Arnaldo Carvalho de Melo
· 19 years ago
c7d58aa
[INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fill
by Arnaldo Carvalho de Melo
· 19 years ago
4e852c0
[INET_DIAG]: whitespace/simple cleanups
by Arnaldo Carvalho de Melo
· 19 years ago
7dbf075
[INET_DIAG]: Use inet_twsk() with TIME_WAIT sockets
by Arnaldo Carvalho de Melo
· 19 years ago
Next »