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-06
Bluetooth: Introduce helpers for LE set scan start and complete
Jaganath Kanakkassery
2
-49
/
+46
2018-07-06
netfilter: nf_tables: place all set backends in one single module
Pablo Neira Ayuso
6
-83
/
+44
2018-07-06
nl80211/mac80211: allow non-linear skb in rx_control_port
Denis Kenzior
3
-21
/
+26
2018-07-06
netfilter: nf_tproxy: fix possible non-linear access to transport header
Máté Eckl
3
-16
/
+28
2018-07-06
Bluetooth: Add HCI command for clear Resolv list
Ankit Navik
2
-0
/
+22
2018-07-06
Bluetooth: Store Resolv list size
Ankit Navik
3
-0
/
+45
2018-07-06
6lowpan: iphc: reset mac_header after decompress to fix panic
Michael Scott
1
-0
/
+1
2018-07-06
ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns
Tyler Hicks
1
-2
/
+3
2018-07-06
net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()
Edward Cree
2
-16
/
+116
2018-07-06
net: ipv4: fix list processing on L3 slave devices
Edward Cree
1
-8
/
+15
2018-07-05
leds: triggers: let struct led_trigger::activate() return an error code
Uwe Kleine-König
3
-8
/
+22
2018-07-05
batman-adv: fix checkpatch warning about misspelled "cache"
Sven Eckelmann
1
-1
/
+1
2018-07-05
net: core: filter: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-05
net: decnet: dn_nsp_in: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-05
tipc: mark expected switch fall-throughs
Gustavo A. R. Silva
2
-0
/
+2
2018-07-05
net: qrtr: Reset the node and port ID of broadcast messages
Arun Kumar Neelakantam
1
-2
/
+7
2018-07-05
net: qrtr: Broadcast messages only from control port
Arun Kumar Neelakantam
1
-0
/
+4
2018-07-05
ipv6: make ipv6_renew_options() interrupt/kernel safe
Paul Moore
3
-95
/
+52
2018-07-05
devlink: Add enable_sriov boolean generic parameter
Vasundhara Volam
1
-1
/
+5
2018-07-05
devlink: Add generic parameters internal_err_reset and max_macs
Moshe Shemesh
1
-1
/
+13
2018-07-05
devlink: Add devlink notifications support for params
Moshe Shemesh
1
-0
/
+50
2018-07-05
devlink: Add support for get/set driverinit value
Moshe Shemesh
1
-0
/
+77
2018-07-05
devlink: Add param set command
Moshe Shemesh
1
-0
/
+134
2018-07-05
devlink: Add param get command
Moshe Shemesh
1
-0
/
+250
2018-07-05
devlink: Add devlink_param register and unregister
Moshe Shemesh
1
-0
/
+148
2018-07-05
net: limit each hash list length to MAX_GRO_SKBS
Li RongQing
1
-33
/
+23
2018-07-05
netfilter: x_tables: set module owner for icmp(6) matches
Florian Westphal
2
-0
/
+2
2018-07-05
ieee802154: 6lowpan: set IFLA_LINK
Lubomir Rintel
1
-0
/
+6
2018-07-05
net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()
Edward Cree
1
-5
/
+11
2018-07-04
net/sched: Make etf report drops on error_queue
Jesus Sanchez-Palencia
2
-2
/
+37
2018-07-04
net/sched: Add HW offloading capability to ETF
Jesus Sanchez-Palencia
1
-1
/
+70
2018-07-04
net/sched: Introduce the ETF Qdisc
Vinicius Costa Gomes
3
-0
/
+396
2018-07-04
net/sched: Allow creating a Qdisc watchdog with other clocks
Vinicius Costa Gomes
1
-2
/
+9
2018-07-04
net: packet: Hook into time based transmission.
Richard Cochran
1
-0
/
+6
2018-07-04
net: ipv6: Hook into time based transmission
Jesus Sanchez-Palencia
3
-5
/
+14
2018-07-04
net: ipv4: Hook into time based transmission
Jesus Sanchez-Palencia
5
-0
/
+9
2018-07-04
net: Add a new socket option for a future transmit time.
Richard Cochran
1
-0
/
+35
2018-07-04
net: Clear skb->tstamp only on the forwarding path
Jesus Sanchez-Palencia
1
-1
/
+1
2018-07-04
net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()
Wei Yongjun
1
-9
/
+16
2018-07-04
sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
Xin Long
1
-1
/
+1
2018-07-04
net:sched: add action inheritdsfield to skbedit
Qiaobin Fu
1
-0
/
+41
2018-07-04
net/ipv6: Revert attempt to simplify route replace and append
David Ahern
2
-72
/
+87
2018-07-04
gen_stats: Fix netlink stats dumping in the presence of padding
Toke Høiland-Jørgensen
1
-2
/
+14
2018-07-04
net: don't bother calling list RX functions on empty lists
Edward Cree
1
-2
/
+6
2018-07-04
net: ipv4: listify ip_rcv_finish
Edward Cree
1
-6
/
+48
2018-07-04
net: ipv4: listified version of ip_rcv
Edward Cree
3
-10
/
+67
2018-07-04
net: core: propagate SKB lists through packet_type lookup
Edward Cree
1
-8
/
+64
2018-07-04
net: core: another layer of lists, around PF_MEMALLOC skb handling
Edward Cree
1
-8
/
+36
2018-07-04
net: core: Another step of skb receive list processing
Edward Cree
1
-5
/
+56
2018-07-04
net: core: unwrap skb list receive slightly further
Edward Cree
1
-1
/
+3
[prev]
[next]