index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-16
net: Add TLS RX offload feature
Ilya Lesokhin
1
-0
/
+1
2018-07-16
net: Add decrypted field to skb
Boris Pismenny
1
-0
/
+6
2018-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-37
/
+116
2018-07-13
xdp: support simultaneous driver and hw XDP attachment
Jakub Kicinski
2
-59
/
+79
2018-07-13
xdp: factor out common program/flags handling from drivers
Jakub Kicinski
1
-0
/
+34
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
2
-6
/
+9
2018-07-13
xdp: add per mode attributes for attached programs
Jakub Kicinski
1
-4
/
+26
2018-07-12
devlink: Add generic parameters region_snapshot
Alex Vesker
1
-0
/
+5
2018-07-12
devlink: Add support for region snapshot read command
Alex Vesker
1
-0
/
+182
2018-07-12
devlink: Add support for region snapshot delete command
Alex Vesker
1
-0
/
+93
2018-07-12
devlink: Extend the support querying for region snapshot IDs
Alex Vesker
1
-0
/
+53
2018-07-12
devlink: Add support for region get command
Alex Vesker
1
-0
/
+114
2018-07-12
devlink: Add support for creating region snapshots
Alex Vesker
1
-0
/
+95
2018-07-12
devlink: Add callback to query for snapshot id before snapshot create
Alex Vesker
1
-0
/
+21
2018-07-12
devlink: Add support for creating and destroying regions
Alex Vesker
1
-0
/
+84
2018-07-12
net: gro: properly remove skb from list
Prashant Bhole
1
-2
/
+4
2018-07-11
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2
-26
/
+167
2018-07-09
net: core: fix use-after-free in __netif_receive_skb_list_core
Edward Cree
1
-2
/
+7
2018-07-09
net: core: fix uses-after-free in list processing
Edward Cree
1
-8
/
+13
2018-07-09
net: allow fallback function to pass netdev
Alexander Duyck
1
-9
/
+3
2018-07-09
net: allow ndo_select_queue to pass netdev
Alexander Duyck
1
-2
/
+4
2018-07-09
net: Add generic ndo_select_queue functions
Alexander Duyck
1
-0
/
+14
2018-07-09
net: Add support for subordinate traffic classes to netdev_pick_tx
Alexander Duyck
1
-23
/
+35
2018-07-09
net: Add support for subordinate device traffic classes
Alexander Duyck
2
-1
/
+109
2018-07-09
net-sysfs: Drop support for XPS and traffic_class on single queue device
Alexander Duyck
1
-2
/
+13
2018-07-07
net/flow_dissector: Add support for QinQ dissection
Jianbo Liu
1
-15
/
+17
2018-07-07
net/flow_dissector: Save vlan ethertype from headers
Jianbo Liu
1
-0
/
+2
2018-07-07
rtnetlink: add rtnl_link_state check in rtnl_configure_link
Roopa Prabhu
1
-3
/
+6
2018-07-05
net: core: filter: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
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-04
net/sched: Make etf report drops on error_queue
Jesus Sanchez-Palencia
1
-0
/
+4
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: don't bother calling list RX functions on empty lists
Edward Cree
1
-2
/
+6
2018-07-04
net: ipv4: listified version of ip_rcv
Edward Cree
1
-3
/
+5
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
2018-07-04
net: core: trivial netif_receive_skb_list() entry point
Edward Cree
1
-0
/
+19
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-50
/
+150
2018-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-46
/
+141
2018-07-02
net: expose sk wmem in sock_exceed_buf_limit tracepoint
Yafang Shao
1
-2
/
+4
[next]