index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: introduce the bpf_get_local_storage() helper function
Roman Gushchin
2018-08-03
1
-1
/
+22
*
bpf: Support bpf_get_socket_cookie in more prog types
Andrey Ignatov
2018-07-31
1
-0
/
+28
*
lwt_bpf: remove unnecessary rcu_read_lock in run_lwt_bpf
Taehee Yoo
2018-07-31
1
-2
/
+0
*
bpf: add End.DT6 action to bpf_lwt_seg6_action helper
Mathieu Xhonneux
2018-07-31
1
-29
/
+59
*
net: remove blank lines at end of file
Stephen Hemminger
2018-07-24
1
-1
/
+0
*
net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc
Tariq Toukan
2018-07-24
1
-6
/
+1
*
net: create reusable function for getting ownership info of sysfs inodes
Tyler Hicks
2018-07-21
2
-18
/
+28
*
net-sysfs: make sure objects belong to container's owner
Dmitry Torokhov
2018-07-21
1
-1
/
+46
*
net-sysfs: require net admin in the init ns for setting tx_maxrate
Tyler Hicks
2018-07-21
1
-0
/
+3
*
net: Init backlog NAPI's gro_hash.
David S. Miller
2018-07-21
1
-6
/
+12
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2018-07-21
3
-30
/
+136
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-07-13
1
-18
/
+21
|
|
\
|
|
*
bpf: fix availability probing for seg6 helpers
Mathieu Xhonneux
2018-07-11
1
-15
/
+8
|
|
*
bpf: fix ldx in ld_abs rewrite for large offsets
Daniel Borkmann
2018-07-10
1
-3
/
+13
|
*
|
skbuff: Unconditionally copy pfmemalloc in __skb_clone()
Stefano Brivio
2018-07-13
1
-2
/
+1
|
*
|
net: Don't copy pfmemalloc flag in __copy_skb_header()
Stefano Brivio
2018-07-13
1
-0
/
+2
|
|
/
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-07-08
1
-10
/
+100
|
|
\
|
|
*
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
2018-07-08
1
-2
/
+7
|
|
*
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
John Fastabend
2018-07-08
1
-7
/
+91
|
|
*
bpf: fix sk_skb programs without skb->dev assigned
John Fastabend
2018-07-08
1
-1
/
+2
|
*
|
gen_stats: Fix netlink stats dumping in the presence of padding
Toke Høiland-Jørgensen
2018-07-04
1
-2
/
+14
|
|
/
*
|
flow_dissector: Dissect tos and ttl from the tunnel info
Or Gerlitz
2018-07-20
1
-1
/
+13
*
|
pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation...
Jakub Kicinski
2018-07-19
1
-6
/
+4
*
|
net: Move skb decrypted field, avoid explicity copy
Stefano Brivio
2018-07-18
1
-6
/
+0
*
|
xdp: fix uninitialized 'err' variable
Jakub Kicinski
2018-07-18
1
-6
/
+9
*
|
net: Fix GRO_HASH_BUCKETS assertion.
David S. Miller
2018-07-17
1
-1
/
+1
*
|
net: convert gro_count to bitmask
Li RongQing
2018-07-16
1
-12
/
+24
*
|
net: Add TLS RX offload feature
Ilya Lesokhin
2018-07-16
1
-0
/
+1
*
|
net: Add decrypted field to skb
Boris Pismenny
2018-07-16
1
-0
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-07-15
3
-37
/
+116
|
\
\
|
*
|
xdp: support simultaneous driver and hw XDP attachment
Jakub Kicinski
2018-07-13
2
-59
/
+79
|
*
|
xdp: factor out common program/flags handling from drivers
Jakub Kicinski
2018-07-13
1
-0
/
+34
|
*
|
xdp: don't make drivers report attachment mode
Jakub Kicinski
2018-07-13
2
-6
/
+9
|
*
|
xdp: add per mode attributes for attached programs
Jakub Kicinski
2018-07-13
1
-4
/
+26
*
|
|
devlink: Add generic parameters region_snapshot
Alex Vesker
2018-07-13
1
-0
/
+5
*
|
|
devlink: Add support for region snapshot read command
Alex Vesker
2018-07-13
1
-0
/
+182
*
|
|
devlink: Add support for region snapshot delete command
Alex Vesker
2018-07-13
1
-0
/
+93
*
|
|
devlink: Extend the support querying for region snapshot IDs
Alex Vesker
2018-07-13
1
-0
/
+53
*
|
|
devlink: Add support for region get command
Alex Vesker
2018-07-13
1
-0
/
+114
*
|
|
devlink: Add support for creating region snapshots
Alex Vesker
2018-07-13
1
-0
/
+95
*
|
|
devlink: Add callback to query for snapshot id before snapshot create
Alex Vesker
2018-07-13
1
-0
/
+21
*
|
|
devlink: Add support for creating and destroying regions
Alex Vesker
2018-07-13
1
-0
/
+84
*
|
|
net: gro: properly remove skb from list
Prashant Bhole
2018-07-13
1
-2
/
+4
*
|
|
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2018-07-12
2
-26
/
+167
|
\
\
\
|
*
|
|
net: allow fallback function to pass netdev
Alexander Duyck
2018-07-09
1
-9
/
+3
|
*
|
|
net: allow ndo_select_queue to pass netdev
Alexander Duyck
2018-07-09
1
-2
/
+4
|
*
|
|
net: Add generic ndo_select_queue functions
Alexander Duyck
2018-07-09
1
-0
/
+14
|
*
|
|
net: Add support for subordinate traffic classes to netdev_pick_tx
Alexander Duyck
2018-07-09
1
-23
/
+35
|
*
|
|
net: Add support for subordinate device traffic classes
Alexander Duyck
2018-07-09
2
-1
/
+109
|
*
|
|
net-sysfs: Drop support for XPS and traffic_class on single queue device
Alexander Duyck
2018-07-09
1
-2
/
+13
[next]