index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-19
tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefix
Ivan Delalande
1
-0
/
+1
2017-06-19
tcp: md5: add an address prefix for key lookup
Ivan Delalande
1
-2
/
+4
2017-06-17
net: add debug atomic_inc_not_zero() in dst_hold()
Wei Wang
1
-1
/
+1
2017-06-17
net: reorder all the dst flags
Wei Wang
1
-5
/
+5
2017-06-17
net: remove DST_NOCACHE flag
Wei Wang
2
-2
/
+1
2017-06-17
net: remove DST_NOGC flag
Wei Wang
1
-5
/
+1
2017-06-17
net: remove dst gc related code
Wei Wang
1
-21
/
+0
2017-06-17
xfrm: take refcnt of dst when creating struct xfrm_dst bundle
Wei Wang
1
-1
/
+0
2017-06-17
ipv6: get rid of icmp6 dst garbage collector
Wei Wang
1
-1
/
+0
2017-06-17
ipv4: call dst_hold_safe() properly
Wei Wang
1
-1
/
+3
2017-06-17
net: introduce a new function dst_dev_put()
Wei Wang
1
-0
/
+1
2017-06-17
net: introduce DST_NOGC in dst_release() to destroy dst based on refcnt
Wei Wang
1
-1
/
+4
2017-06-15
tls: kernel TLS support
Dave Watson
1
-0
/
+237
2017-06-15
tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functions
Dave Watson
1
-0
/
+2
2017-06-15
tcp: ULP infrastructure
Dave Watson
2
-0
/
+29
2017-06-13
net: dsa: Associate slave network device with CPU port
Florian Fainelli
1
-0
/
+1
2017-06-13
net: dsa: Relocate master ethtool operations
Florian Fainelli
1
-12
/
+5
2017-06-13
net: dsa: Remove master_netdev and use dst->cpu_dp->netdev
Florian Fainelli
1
-5
/
+0
2017-06-13
Merge tag 'mac80211-next-for-davem-2017-06-13' of git://git.kernel.org/pub/sc...
David S. Miller
2
-4
/
+75
2017-06-13
nl80211: add authorized flag to ROAM event
Avraham Stern
1
-0
/
+4
2017-06-13
cfg80211: support 4-way handshake offloading for 802.1X
Avraham Stern
1
-0
/
+32
2017-06-13
cfg80211: support 4-way handshake offloading for WPA/WPA2-PSK
Eliad Peller
1
-0
/
+2
2017-06-09
Ipvlan should return an error when an address is already in use.
Krister Johansen
1
-1
/
+9
2017-06-08
net: bridge: Receive notification about successful FDB offload
Arkadi Sharshevsky
1
-0
/
+1
2017-06-08
net: bridge: Add support for notifying devices about FDB add/del
Arkadi Sharshevsky
1
-2
/
+4
2017-06-08
net: switchdev: Add support for querying supported bridge flags by hardware
Arkadi Sharshevsky
1
-0
/
+2
2017-06-08
Merge tag 'rxrpc-rewrite-20170607-v2' of git://git.kernel.org/pub/scm/linux/k...
David S. Miller
1
-0
/
+2
2017-06-08
tcp: add TCPMemoryPressuresChrono counter
Eric Dumazet
2
-21
/
+4
2017-06-08
tcp: Namespaceify sysctl_tcp_timestamps
Eric Dumazet
3
-4
/
+5
2017-06-08
tcp: Namespaceify sysctl_tcp_window_scaling
Eric Dumazet
2
-1
/
+1
2017-06-08
tcp: Namespaceify sysctl_tcp_sack
Eric Dumazet
2
-2
/
+3
2017-06-08
tcp: add a struct net parameter to tcp_parse_options()
Eric Dumazet
1
-1
/
+1
2017-06-08
mac80211: manage RX BA session offload without SKB queue
Johannes Berg
1
-4
/
+17
2017-06-08
Merge remote-tracking branch 'net-next/master' into mac80211-next
Johannes Berg
27
-110
/
+270
2017-06-07
rxrpc: Provide a cmsg to specify the amount of Tx data for a call
David Howells
1
-0
/
+2
2017-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+2
2017-06-06
net: sched: introduce helper to identify gact trap action
Jiri Pirko
1
-2
/
+13
2017-06-05
genetlink: remove ops_list from genetlink header.
Rosen, Rami
1
-1
/
+0
2017-06-05
net: Update TCP congestion control documentation
Anmol Sarma
1
-1
/
+1
2017-06-04
net: ping: do not abuse udp_poll()
Eric Dumazet
1
-0
/
+1
2017-06-04
neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"
Sowmini Varadhan
1
-0
/
+1
2017-06-04
net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()
Florian Fainelli
1
-1
/
+1
2017-06-04
net/flow_dissector: add support for dissection of misc ip header fields
Or Gerlitz
1
-0
/
+11
2017-06-02
sctp: merge sctp_stream_new and sctp_stream_init
Xin Long
1
-2
/
+2
2017-06-02
sctp: define the member stream as an object instead of pointer in asoc
Xin Long
1
-1
/
+2
2017-06-01
net: dsa: remove dsa_uses_tagged_protocol
Vivien Didelot
1
-7
/
+1
2017-06-01
net: dsa: comment hot path requirements
Vivien Didelot
1
-0
/
+3
2017-05-31
dsa: add support for Microchip KSZ tail tagging
Woojung Huh
1
-0
/
+1
2017-05-31
sched: add helper for updating statistics on all actions
Jakub Kicinski
1
-0
/
+19
2017-05-31
net: dsa: remove dev arg of dsa_register_switch
Vivien Didelot
1
-1
/
+1
[next]