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-30
act_mirred: use TC_ACT_REINSERT when possible
Paolo Abeni
1
-10
/
+43
2018-07-30
net/tc: introduce TC_ACT_REINSERT.
Paolo Abeni
1
-1
/
+5
2018-07-30
tc/act: remove unneeded RCU lock in action callback
Paolo Abeni
8
-55
/
+26
2018-07-30
net/sched: user-space can't set unknown tcfa_action values
Paolo Abeni
1
-0
/
+14
2018-07-30
net: remove sock_poll_busy_flag
Christoph Hellwig
1
-5
/
+11
2018-07-30
net: remove sock_poll_busy_loop
Christoph Hellwig
1
-1
/
+4
2018-07-30
net: simplify sock_poll_wait
Christoph Hellwig
11
-12
/
+12
2018-07-30
Bluetooth: hidp: Fix handling of strncpy for hid->name information
Marcel Holtmann
1
-1
/
+1
2018-07-30
netfilter: nf_tables: Add native tproxy support
Máté Eckl
3
-0
/
+325
2018-07-30
netfilter: nf_tables: implement Passive OS fingerprint module in nft_osf
Fernando Fernandez Mancera
3
-0
/
+114
2018-07-30
netfilter: nfnetlink_osf: extract nfnetlink_subsystem code from xt_osf.c
Fernando Fernandez Mancera
2
-146
/
+157
2018-07-30
netfilter: nf_osf: rename nf_osf.c to nfnetlink_osf.c
Fernando Fernandez Mancera
3
-6
/
+11
2018-07-30
netfilter: use PTR_ERR_OR_ZERO()
YueHaibing
2
-6
/
+2
2018-07-30
netfilter: nf_osf: add nf_osf_find()
Pablo Neira Ayuso
1
-0
/
+30
2018-07-30
Bluetooth: Add new quirk for non-persistent setup settings
Sean Wang
1
-1
/
+2
2018-07-30
Bluetooth: Implement secondary advertising on different PHYs
Jaganath Kanakkassery
2
-11
/
+46
2018-07-30
Bluetooth: Handle ADv set terminated event
Jaganath Kanakkassery
2
-3
/
+48
2018-07-30
Bluetooth: Implement Set ADV set random address
Jaganath Kanakkassery
6
-3
/
+223
2018-07-30
Bluetooth: Use ext adv for directed adv
Jaganath Kanakkassery
1
-22
/
+45
2018-07-30
Bluetooth: Implement disable and removal of adv instance
Jaganath Kanakkassery
4
-2
/
+27
2018-07-30
Bluetooth: Use Set ext adv/scan rsp data if controller supports
Jaganath Kanakkassery
4
-34
/
+108
2018-07-30
Bluetooth: Impmlement extended adv enable
Jaganath Kanakkassery
5
-25
/
+245
2018-07-30
Bluetooth: Read no of adv sets during init
Jaganath Kanakkassery
2
-2
/
+32
2018-07-30
Bluetooth: Use selected PHYs in extended connect
Jaganath Kanakkassery
1
-16
/
+45
2018-07-30
Bluetooth: Handle extended ADV PDU types
Jaganath Kanakkassery
1
-12
/
+36
2018-07-30
Bluetooth: Set Scan PHYs based on selected PHYs by user
Jaganath Kanakkassery
1
-9
/
+28
2018-07-30
Bluetooth: Implement PHY changed event
Jaganath Kanakkassery
2
-1
/
+25
2018-07-30
Bluetooth: Implement Set PHY Confguration command
Jaganath Kanakkassery
2
-0
/
+208
2018-07-30
Bluetooth: Implement Get PHY Configuration mgmt command
Jaganath Kanakkassery
1
-0
/
+145
2018-07-30
Bluetooth: Define PHY flags in hdev and set 1M as default
Jaganath Kanakkassery
1
-4
/
+5
2018-07-30
netfilter: nf_tables: handle meta/lookup with direct call
Florian Westphal
3
-7
/
+21
2018-07-29
openvswitch: meter: Fix setting meter id for new entries
Justin Pettit
1
-5
/
+5
2018-07-29
act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_ops
YueHaibing
1
-3
/
+1
2018-07-29
cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_ops
YueHaibing
1
-3
/
+1
2018-07-29
act_pedit: remove unnecessary semicolon
YueHaibing
1
-1
/
+1
2018-07-29
net: report invalid mtu value via netlink extack
Stephen Hemminger
2
-7
/
+18
2018-07-29
net: report min and max mtu network device settings
Stephen Hemminger
1
-0
/
+6
2018-07-29
netlink: Do not subscribe to non-existent groups
Dmitry Safonov
1
-0
/
+1
2018-07-29
route: add support for directed broadcast forwarding
Xin Long
2
-1
/
+16
2018-07-29
net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bind
Vincent Bernat
1
-1
/
+2
2018-07-28
tls: Fix improper revert in zerocopy_from_iter
Doron Roberts-Kedes
1
-7
/
+5
2018-07-28
tls: Remove dead code in tls_sw_sendmsg
Doron Roberts-Kedes
1
-4
/
+2
2018-07-28
tcp_bbr: fix bw probing to raise in-flight data for very small BDPs
Neal Cardwell
1
-0
/
+4
2018-07-28
net: socket: Fix potential spectre v1 gadget in sock_is_registered
Jeremy Cline
1
-1
/
+2
2018-07-28
net: socket: fix potential spectre v1 gadget in socketcall
Jeremy Cline
1
-0
/
+2
2018-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-8
/
+11
2018-07-28
ipv4: remove BUG_ON() from fib_compute_spec_dst
Lorenzo Bianconi
1
-2
/
+2
2018-07-28
bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()
Taehee Yoo
1
-1
/
+1
2018-07-28
bpf: fix bpf_skb_load_bytes_relative pkt length check
Daniel Borkmann
1
-5
/
+7
2018-07-27
net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()
Jia-Ju Bai
1
-1
/
+1
[prev]
[next]