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
/
include
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-01
net: ipv4: Notify about changes to ip_forward_update_priority
Petr Machata
1
-0
/
+1
2018-08-01
net: ipv4: Control SKB reprioritization after forwarding
Petr Machata
1
-0
/
+1
2018-08-01
net: add helpers checking if socket can be bound to nonlocal address
Vincent Bernat
2
-0
/
+15
2018-07-31
net: remove bogus RCU annotations on socket.wq
Christoph Hellwig
1
-1
/
+1
2018-07-31
bpf: add End.DT6 action to bpf_lwt_seg6_action helper
Mathieu Xhonneux
1
-1
/
+3
2018-07-30
net/tc: introduce TC_ACT_REINSERT.
Paolo Abeni
2
-0
/
+31
2018-07-30
tc/act: remove unneeded RCU lock in action callback
Paolo Abeni
2
-1
/
+3
2018-07-30
net: remove sock_poll_busy_flag
Christoph Hellwig
1
-6
/
+0
2018-07-30
net: remove sock_poll_busy_loop
Christoph Hellwig
1
-9
/
+0
2018-07-30
net: don not detour through struct sock to find the poll waitqueue
Christoph Hellwig
1
-3
/
+2
2018-07-30
net: simplify sock_poll_wait
Christoph Hellwig
1
-5
/
+6
2018-07-30
Bluetooth: Add new quirk for non-persistent setup settings
Sean Wang
1
-0
/
+9
2018-07-30
Bluetooth: Implement secondary advertising on different PHYs
Jaganath Kanakkassery
2
-0
/
+10
2018-07-30
Bluetooth: Handle ADv set terminated event
Jaganath Kanakkassery
1
-0
/
+8
2018-07-30
Bluetooth: Implement Set ADV set random address
Jaganath Kanakkassery
2
-0
/
+10
2018-07-30
Bluetooth: Implement disable and removal of adv instance
Jaganath Kanakkassery
1
-0
/
+2
2018-07-30
Bluetooth: Use Set ext adv/scan rsp data if controller supports
Jaganath Kanakkassery
1
-0
/
+22
2018-07-30
Bluetooth: Impmlement extended adv enable
Jaganath Kanakkassery
2
-0
/
+40
2018-07-30
Bluetooth: Read no of adv sets during init
Jaganath Kanakkassery
2
-0
/
+11
2018-07-30
Bluetooth: Handle extended ADV PDU types
Jaganath Kanakkassery
1
-0
/
+8
2018-07-30
Bluetooth: Set Scan PHYs based on selected PHYs by user
Jaganath Kanakkassery
2
-1
/
+12
2018-07-30
Bluetooth: Implement PHY changed event
Jaganath Kanakkassery
2
-0
/
+6
2018-07-30
Bluetooth: Implement Set PHY Confguration command
Jaganath Kanakkassery
1
-0
/
+19
2018-07-30
Bluetooth: Implement Get PHY Configuration mgmt command
Jaganath Kanakkassery
1
-0
/
+25
2018-07-30
Bluetooth: Add defines for BREDR pkt_type and LE PHYs
Jaganath Kanakkassery
2
-0
/
+18
2018-07-30
Bluetooth: Define PHY flags in hdev and set 1M as default
Jaganath Kanakkassery
2
-0
/
+7
2018-07-30
netfilter: nf_tables: handle meta/lookup with direct call
Florian Westphal
1
-0
/
+7
2018-07-27
net: dcb: Add priority-to-DSCP map getters
Petr Machata
1
-0
/
+13
2018-07-27
net: sched: don't dump chains only held by actions
Jiri Pirko
2
-0
/
+4
2018-07-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
David S. Miller
2
-9
/
+64
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-9
/
+20
2018-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-3
/
+2
2018-07-24
Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
1
-6
/
+6
2018-07-23
net: sched: cls_flower: propagate chain teplate creation and destruction to drivers
Jiri Pirko
1
-0
/
+2
2018-07-23
net: sched: introduce chain templates
Jiri Pirko
1
-0
/
+12
2018-07-23
net: sched: introduce chain object to uapi
Jiri Pirko
1
-0
/
+1
2018-07-23
net: sched: Avoid implicit chain 0 creation
Jiri Pirko
1
-1
/
+4
2018-07-23
ipv6: use fib6_info_hold_safe() when necessary
Wei Wang
1
-0
/
+5
2018-07-22
nfp: bring back support for offloading shared blocks
Jakub Kicinski
1
-5
/
+0
2018-07-21
net/ipv6: Fix linklocal to global address with VRF
David Ahern
1
-0
/
+5
2018-07-21
pids: Compute task_tgid using signal->leader_pid
Eric W. Biederman
1
-0
/
+1
2018-07-20
net: create reusable function for getting ownership info of sysfs inodes
Tyler Hicks
1
-0
/
+10
2018-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
13
-165
/
+174
2018-07-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
8
-15
/
+26
2018-07-20
tcp: do not delay ACK in DCTCP upon CE status change
Yuchung Cheng
1
-0
/
+1
2018-07-20
tcp: do not cancel delay-AcK on DCTCP special ACK
Yuchung Cheng
1
-0
/
+1
2018-07-20
netfilter: nf_tables: use dev->name directly
Florian Westphal
1
-1
/
+0
2018-07-20
xfrm: Remove xfrmi interface ID from flowi
Benedict Wong
3
-10
/
+15
2018-07-19
flow_dissector: Dissect tos and ttl from the tunnel info
Or Gerlitz
1
-1
/
+1
2018-07-18
ipv6: fix useless rol32 call on hash
Colin Ian King
1
-1
/
+1
[prev]
[next]