index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-23
af_packet: pass checksum validation status to the user
Alexander Drozdov
3
-3
/
+20
2015-03-23
af_packet: make tpacket_rcv to not set status value before run_filter
Alexander Drozdov
1
-3
/
+4
2015-03-23
inet: fix double request socket freeing
Fan Du
2
-3
/
+3
2015-03-23
vxlan: simplify if clause in dev_close
Marcelo Ricardo Leitner
1
-1
/
+1
2015-03-23
fib_trie: Fix regression in handling of inflate/halve failure
Alexander Duyck
1
-4
/
+9
2015-03-23
bgmac: implement scatter/gather support
Felix Fietkau
1
-43
/
+121
2015-03-23
bgmac: implement GRO and use build_skb
Felix Fietkau
2
-25
/
+62
2015-03-23
bgmac: fix descriptor frame start/end definitions
Felix Fietkau
1
-2
/
+2
2015-03-23
net: Move the comment about unsettable socket-level options to default clause...
YOSHIFUJI Hideaki/吉藤英明
1
-2
/
+3
2015-03-23
Merge branch 'listener_refactor_part_15'
David S. Miller
13
-194
/
+146
2015-03-23
ipv6: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets
Eric Dumazet
1
-33
/
+8
2015-03-23
ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets
Eric Dumazet
3
-36
/
+37
2015-03-23
ipv6: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets
Eric Dumazet
1
-35
/
+12
2015-03-23
ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets
Eric Dumazet
2
-35
/
+35
2015-03-23
net: convert syn_wait_lock to a spinlock
Eric Dumazet
6
-29
/
+24
2015-03-23
inet: remove some sk_listener dependencies
Eric Dumazet
1
-11
/
+11
2015-03-23
inet: remove sk_listener parameter from syn_ack_timeout()
Eric Dumazet
6
-9
/
+10
2015-03-23
inet: cache listen_sock_qlen() and read rskq_defer_accept once
Eric Dumazet
1
-6
/
+9
2015-03-23
Merge branch 'gigaset_modem_response'
David S. Miller
1
-170
/
+195
2015-03-23
isdn/gigaset: restructure modem response parser (4)
Tilman Schmidt
1
-107
/
+151
2015-03-23
isdn/gigaset: restructure modem response parser (3)
Tilman Schmidt
1
-37
/
+19
2015-03-23
isdn/gigaset: restructure modem response parser (2)
Tilman Schmidt
1
-69
/
+57
2015-03-23
isdn/gigaset: restructure modem response parser (1)
Tilman Schmidt
1
-44
/
+55
2015-03-23
switchdev: fix stp update API to work with layered netdevices
Roopa Prabhu
1
-4
/
+13
2015-03-23
net: clear skb->priority when forwarding to another netns
WANG Cong
1
-0
/
+1
2015-03-23
Merge branch 'crypto_async'
David S. Miller
6
-15
/
+251
2015-03-23
crypto: algif - change algif_skcipher to be asynchronous
Tadeusz Struk
1
-7
/
+226
2015-03-23
crypto: af_alg - Allow to link sgl
Tadeusz Struk
2
-6
/
+16
2015-03-23
net: socket: add support for async operations
tadeusz.struk@intel.com
3
-2
/
+9
2015-03-21
netlink: Remove netlink_compare_arg.trailer
Herbert Xu
1
-2
/
+3
2015-03-20
Merge branch 'netcp-next'
David S. Miller
5
-341
/
+1303
2015-03-20
net: netcp: ethss: enhancement to support NetCP 1.5 ethss
WingMan Kwok
2
-36
/
+902
2015-03-20
net: netcp: enclose macros in parentheses
Karicheri, Muralidharan
1
-251
/
+272
2015-03-20
net: netcp: select davinci_mdio driver by default
Karicheri, Muralidharan
1
-0
/
+1
2015-03-20
net: netcp: use separate reg region for individual ethss modules
Karicheri, Muralidharan
2
-44
/
+102
2015-03-20
net: netcp: fix forward port number usage for 10G ethss
Karicheri, Muralidharan
3
-13
/
+29
2015-03-20
net: neighbour: Document {mcast, ucast}_solicit, mcast_resolicit.
YOSHIFUJI Hideaki/吉藤英明
1
-1
/
+13
2015-03-20
net: neighbour: Add mcast_resolicit to configure the number of multicast reso...
YOSHIFUJI Hideaki/吉藤英明
3
-4
/
+13
2015-03-20
bgmac: allow enabling on ARCH_BCM_5301X
Rafał Miłecki
1
-1
/
+1
2015-03-20
bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsets
Rafał Miłecki
1
-0
/
+34
2015-03-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
4
-9
/
+8
2015-03-20
net: dsa: make NET_DSA manually selectable from the config
Mathieu Olivari
1
-1
/
+4
2015-03-20
switchdev: kernel-doc cleanup on swithdev ops
Scott Feldman
1
-16
/
+7
2015-03-20
Revert "selinux: add a skb_owned_by() hook"
Eric Dumazet
5
-27
/
+0
2015-03-20
igbvf: use netif_carrier_off earlier when bringing if down
Todd Fujinaka
1
-2
/
+1
2015-03-20
igb: use netif_carrier_off earlier when bringing if down
Todd Fujinaka
1
-3
/
+1
2015-03-20
e1000e: NVM write protect access removed from SPT HW
Yanir Lubetkin
1
-1
/
+2
2015-03-20
e1000e: call netif_carrier_off early on down
Eliezer Tamir
1
-2
/
+2
2015-03-20
ixgb: call netif_carrier_off early on down
Eliezer Tamir
1
-1
/
+2
2015-03-20
Merge branch 'ebpf-next'
David S. Miller
6
-83
/
+228
[next]