index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-18
netfilter: nft_set_rbtree: fix panic when destroying set by GC
Taehee Yoo
1
-2
/
+5
2018-07-18
netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()
Taehee Yoo
1
-0
/
+1
2018-07-18
Bluetooth: Use lock_sock_nested in bt_accept_enqueue
Philipp Puschmann
1
-1
/
+1
2018-07-18
ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module
Florian Westphal
5
-93
/
+22
2018-07-18
netfilter: nft_socket: Expose socket mark
Máté Eckl
1
-0
/
+11
2018-07-18
netfilter: nft_socket: Break evaluation if no socket found
Máté Eckl
1
-1
/
+1
2018-07-18
netfilter: nf_osf: add struct nf_osf_hdr_ctx
Pablo Neira Ayuso
1
-43
/
+62
2018-07-18
netfilter: nf_osf: add nf_osf_match_one()
Pablo Neira Ayuso
1
-96
/
+111
2018-07-18
netfilter: nf_tables: use dedicated mutex to guard transactions
Florian Westphal
4
-28
/
+76
2018-07-18
netfilter: nf_tables: avoid global info storage
Florian Westphal
1
-16
/
+12
2018-07-18
netfilter: nf_tables: take module reference when starting a batch
Florian Westphal
2
-0
/
+10
2018-07-18
netfilter: nf_tables: make valid_genid callback mandatory
Florian Westphal
2
-3
/
+3
2018-07-18
netfilter: nf_tables: add and use helper for module autoload
Florian Westphal
1
-29
/
+52
2018-07-18
netfilter: Remove useless param helper of nf_ct_helper_ext_add
Gao Feng
6
-9
/
+7
2018-07-18
ipvs: drop conn templates under attack
Julian Anastasov
1
-20
/
+39
2018-07-18
ipvs: add assured state for conn templates
Julian Anastasov
5
-14
/
+27
2018-07-18
ipvs: provide just conn to ip_vs_state_name
Julian Anastasov
2
-8
/
+8
2018-07-18
netfilter: nf_conntrack: resolve clash for matching conntracks
Martynas Pumputis
1
-8
/
+22
2018-07-18
netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree search
Yi-Hung Wei
2
-87
/
+183
2018-07-18
netfilter: nf_conncount: Split insert and traversal
Yi-Hung Wei
1
-20
/
+67
2018-07-18
netfilter: nf_conncount: Move locking into count_tree()
Yi-Hung Wei
1
-27
/
+25
2018-07-18
netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanup
Yi-Hung Wei
2
-21
/
+26
2018-07-18
netfilter: nf_conncount: Switch to plain list
Yi-Hung Wei
2
-44
/
+63
2018-07-18
netfilter: nf_conncount: Early exit for garbage collection
Yi-Hung Wei
1
-2
/
+37
2018-07-18
Merge tag 'batadv-next-for-davem-20180717' of git://git.open-mesh.org/linux-merge
David S. Miller
6
-27
/
+19
2018-07-18
net/rds: Remove unnecessary variable
Håkon Bugge
1
-2
/
+1
2018-07-18
net/rds: void function cannot return -1
Håkon Bugge
1
-2
/
+0
2018-07-17
netfilter: nf_tables: fix jumpstack depth validation
Taehee Yoo
3
-9
/
+18
2018-07-18
kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS
Laura Abbott
1
-1
/
+1
2018-07-18
kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS
Laura Abbott
1
-1
/
+1
2018-07-17
netfilter: Kconfig: Change select IPv6 dependencies
Máté Eckl
3
-7
/
+7
2018-07-17
netfilter: conntrack: remove l3proto abstraction
Florian Westphal
14
-1033
/
+640
2018-07-17
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
Ingo Molnar
92
-371
/
+681
2018-07-16
net: Fix GRO_HASH_BUCKETS assertion.
David S. Miller
1
-1
/
+1
2018-07-16
sch_cake: Fix tin order when set through skb->priority
Toke Høiland-Jørgensen
1
-1
/
+1
2018-07-16
net/smc: take sock lock in smc_ioctl()
Ursula Braun
1
-4
/
+15
2018-07-16
net/ipv6: Do not allow device only routes via the multipath API
David Ahern
1
-0
/
+7
2018-07-16
tcp: Fix broken repair socket window probe patch
Stefan Baranoff
1
-6
/
+7
2018-07-16
ipv6: make DAD fail with enhanced DAD when nonce length differs
Sabrina Dubroca
1
-1
/
+1
2018-07-16
net: convert gro_count to bitmask
Li RongQing
1
-12
/
+24
2018-07-16
net: ip6_gre: get ipv6hdr after skb_cow_head()
Prashant Bhole
1
-1
/
+2
2018-07-16
tls: Stricter error checking in zerocopy sendmsg path
Dave Watson
1
-1
/
+1
2018-07-16
KEYS: DNS: fix parsing multiple options
Eric Biggers
1
-12
/
+16
2018-07-16
ipv6/mcast: init as INCLUDE when join SSM INCLUDE group
Hangbin Liu
2
-21
/
+48
2018-07-16
ipv4/igmp: init group mode as INCLUDE when join source group
Hangbin Liu
2
-18
/
+44
2018-07-16
netfilter: conntrack: remove get_timeout() indirection
Florian Westphal
10
-84
/
+88
2018-07-16
netfilter: conntrack: avoid l4proto pkt_to_tuple calls
Florian Westphal
5
-78
/
+15
2018-07-16
netfilter: conntrack: avoid calls to l4proto invert_tuple
Florian Westphal
7
-63
/
+7
2018-07-16
netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackers
Florian Westphal
6
-126
/
+94
2018-07-16
netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackers
Florian Westphal
6
-44
/
+18
[prev]
[next]