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
2017-12-20
cls_bpf: fix offload assumptions after callback conversion
Jakub Kicinski
1
-55
/
+38
2017-12-20
bridge: Use helpers to handle MAC address
Andy Shevchenko
1
-10
/
+3
2017-12-20
net: Fix double free and memory corruption in get_net_ns_by_id()
Eric W. Biederman
1
-1
/
+1
2017-12-20
ip6_vti: adjust vti mtu according to mtu of lower device
Alexey Kodanev
1
-0
/
+20
2017-12-20
esp: Don't require synchronous crypto fallback on offloading anymore.
Steffen Klassert
2
-20
/
+4
2017-12-20
xfrm: Allow to use the layer2 IPsec GSO codepath for software crypto.
Steffen Klassert
1
-2
/
+2
2017-12-20
net: Add asynchronous callbacks for xfrm on layer 2.
Steffen Klassert
6
-31
/
+152
2017-12-20
xfrm: Separate ESP handling from segmentation for GRO packets.
Steffen Klassert
6
-129
/
+126
2017-12-19
ipv4: fib: Fix metrics match when deleting a route
Phil Sutter
1
-2
/
+6
2017-12-19
net_sched: properly check for empty skb array on error path
Cong Wang
1
-1
/
+7
2017-12-19
tipc: fix list sorting bug in function tipc_group_update_member()
Jon Maloy
1
-2
/
+1
2017-12-19
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
David S. Miller
3
-218
/
+85
2017-12-19
ip6_tunnel: get the min mtu properly in ip6_tnl_xmit
Xin Long
1
-2
/
+7
2017-12-19
ip6_gre: remove the incorrect mtu limit for ipgre tap
Xin Long
1
-0
/
+1
2017-12-19
ip_gre: remove the incorrect mtu limit for ipgre tap
Xin Long
1
-0
/
+1
2017-12-19
net: Disable GRO_HW when generic XDP is installed on a device.
Michael Chan
1
-0
/
+18
2017-12-19
net: Introduce NETIF_F_GRO_HW.
Michael Chan
2
-0
/
+13
2017-12-19
sock: Move the socket inuse to namespace.
Tonghao Zhang
2
-21
/
+47
2017-12-19
sock: Change the netns_core member name.
Tonghao Zhang
1
-5
/
+5
2017-12-19
Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
4
-23
/
+100
2017-12-19
cfg80211: Scan results to also report the per chain signal strength
Sunil Dutt
2
-0
/
+10
2017-12-19
nl80211: send deauth reason if locally generated
David Spinadel
1
-1
/
+1
2017-12-19
Revert "mac80211: Add TXQ scheduling API"
Johannes Berg
7
-73
/
+41
2017-12-19
Revert "mac80211: Add airtime account and scheduling to TXQs"
Johannes Berg
9
-97
/
+8
2017-12-19
cfg80211: ship certificates as hex files
Johannes Berg
3
-20
/
+95
2017-12-19
cfg80211: always rewrite generated files from scratch
Thierry Reding
1
-2
/
+2
2017-12-19
xfrm: Reinject transport-mode packets through tasklet
Herbert Xu
3
-2
/
+77
2017-12-19
bpf: make function xdp_do_generic_redirect_map() static
Xiongwei Song
1
-2
/
+3
2017-12-18
net: erspan: reload pointer after pskb_may_pull
William Tu
2
-2
/
+6
2017-12-18
net: erspan: fix wrong return value
William Tu
2
-2
/
+2
2017-12-18
net/ncsi: Don't take any action on HNCDSC AEN
Samuel Mendoza-Jonas
1
-32
/
+3
2017-12-18
net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaks
Nikolay Aleksandrov
1
-5
/
+6
2017-12-18
sctp: add SCTP_CID_RECONF conversion in sctp_cname
Xin Long
1
-0
/
+3
2017-12-18
sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renege
Xin Long
1
-16
/
+8
2017-12-18
tipc: remove leaving group member from all lists
Jon Maloy
1
-2
/
+4
2017-12-18
tipc: fix lost member events bug
Jon Maloy
1
-0
/
+1
2017-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+1
2017-12-18
Merge 4.15-rc4 into staging-next
Greg Kroah-Hartman
71
-285
/
+492
2017-12-16
ipv6: icmp6: Allow icmp messages to be looped back
Brendan McGrath
1
-0
/
+1
2017-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
53
-143
/
+357
2017-12-16
Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
5
-15
/
+24
2017-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
45
-128
/
+329
2017-12-15
net: sched: fix static key imbalance in case of ingress/clsact_init error
Jiri Pirko
1
-4
/
+5
2017-12-15
net: sched: fix clsact init error path
Jiri Pirko
2
-7
/
+3
2017-12-15
SUNRPC: Fix a race in the receive code path
Trond Myklebust
1
-9
/
+19
2017-12-15
xprtrdma: Spread reply processing over more CPUs
Chuck Lever
4
-6
/
+5
2017-12-15
ip_gre: fix wrong return value of erspan_rcv
Haishuang Yan
1
-1
/
+1
2017-12-15
sctp: support sysctl to allow users to use stream interleave
Xin Long
1
-0
/
+7
2017-12-15
sctp: update mid instead of ssn when doing stream and asoc reset
Xin Long
1
-15
/
+25
2017-12-15
sctp: add stream interleave support in stream scheduler
Xin Long
1
-1
/
+2
[prev]
[next]