index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Lines
2018-07-30
Bluetooth: Implement disable and removal of adv instance
Jaganath Kanakkassery
-0
/
+2
2018-07-30
Bluetooth: Use Set ext adv/scan rsp data if controller supports
Jaganath Kanakkassery
-0
/
+22
2018-07-30
Bluetooth: Impmlement extended adv enable
Jaganath Kanakkassery
-0
/
+40
2018-07-30
Bluetooth: Read no of adv sets during init
Jaganath Kanakkassery
-0
/
+11
2018-07-30
Bluetooth: Handle extended ADV PDU types
Jaganath Kanakkassery
-0
/
+8
2018-07-30
Bluetooth: Set Scan PHYs based on selected PHYs by user
Jaganath Kanakkassery
-1
/
+12
2018-07-30
Bluetooth: Implement PHY changed event
Jaganath Kanakkassery
-0
/
+6
2018-07-30
Bluetooth: Implement Set PHY Confguration command
Jaganath Kanakkassery
-0
/
+19
2018-07-30
Bluetooth: Implement Get PHY Configuration mgmt command
Jaganath Kanakkassery
-0
/
+25
2018-07-30
Bluetooth: Add defines for BREDR pkt_type and LE PHYs
Jaganath Kanakkassery
-0
/
+18
2018-07-30
Bluetooth: Define PHY flags in hdev and set 1M as default
Jaganath Kanakkassery
-0
/
+7
2018-07-30
netfilter: nf_tables: handle meta/lookup with direct call
Florian Westphal
-0
/
+7
2018-07-27
net: dcb: Add priority-to-DSCP map getters
Petr Machata
-0
/
+13
2018-07-27
net: sched: don't dump chains only held by actions
Jiri Pirko
-0
/
+4
2018-07-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
-9
/
+64
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
-9
/
+20
2018-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
-3
/
+2
2018-07-24
Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/lin...
David S. Miller
-6
/
+6
2018-07-23
net: sched: cls_flower: propagate chain teplate creation and destruction to d...
Jiri Pirko
-0
/
+2
2018-07-23
net: sched: introduce chain templates
Jiri Pirko
-0
/
+12
2018-07-23
net: sched: introduce chain object to uapi
Jiri Pirko
-0
/
+1
2018-07-23
net: sched: Avoid implicit chain 0 creation
Jiri Pirko
-1
/
+4
2018-07-23
ipv6: use fib6_info_hold_safe() when necessary
Wei Wang
-0
/
+5
2018-07-22
nfp: bring back support for offloading shared blocks
Jakub Kicinski
-5
/
+0
2018-07-21
net/ipv6: Fix linklocal to global address with VRF
David Ahern
-0
/
+5
2018-07-21
pids: Compute task_tgid using signal->leader_pid
Eric W. Biederman
-0
/
+1
2018-07-20
net: create reusable function for getting ownership info of sysfs inodes
Tyler Hicks
-0
/
+10
2018-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-165
/
+174
2018-07-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
-15
/
+26
2018-07-20
tcp: do not delay ACK in DCTCP upon CE status change
Yuchung Cheng
-0
/
+1
2018-07-20
tcp: do not cancel delay-AcK on DCTCP special ACK
Yuchung Cheng
-0
/
+1
2018-07-20
netfilter: nf_tables: use dev->name directly
Florian Westphal
-1
/
+0
2018-07-20
xfrm: Remove xfrmi interface ID from flowi
Benedict Wong
-10
/
+15
2018-07-19
flow_dissector: Dissect tos and ttl from the tunnel info
Or Gerlitz
-1
/
+1
2018-07-18
ipv6: fix useless rol32 call on hash
Colin Ian King
-1
/
+1
2018-07-18
net: dsa: Remove VLA usage
Salvatore Mesoraca
-0
/
+3
2018-07-18
ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module
Florian Westphal
-28
/
+104
2018-07-18
netfilter: nf_tables: use dedicated mutex to guard transactions
Florian Westphal
-0
/
+1
2018-07-18
netfilter: Remove useless param helper of nf_ct_helper_ext_add
Gao Feng
-3
/
+1
2018-07-18
ipvs: add assured state for conn templates
Julian Anastasov
-0
/
+16
2018-07-18
ipvs: provide just conn to ip_vs_state_name
Julian Anastasov
-1
/
+1
2018-07-18
netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree s...
Yi-Hung Wei
-4
/
+13
2018-07-18
netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanup
Yi-Hung Wei
-4
/
+7
2018-07-18
netfilter: nf_conncount: Switch to plain list
Yi-Hung Wei
-3
/
+12
2018-07-17
netfilter: nf_tables: fix jumpstack depth validation
Taehee Yoo
-2
/
+2
2018-07-17
netfilter: conntrack: remove l3proto abstraction
Florian Westphal
-62
/
+5
2018-07-16
ipv6/mcast: init as INCLUDE when join SSM INCLUDE group
Hangbin Liu
-0
/
+2
2018-07-16
netfilter: conntrack: remove get_timeout() indirection
Florian Westphal
-20
/
+6
2018-07-16
netfilter: conntrack: avoid calls to l4proto invert_tuple
Florian Westphal
-1
/
+1
2018-07-16
netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackers
Florian Westphal
-8
/
+0
[prev]
[next]