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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-11
net: dsa: bcm_sf2: Get VLAN_PORT_MASK from b53_device
Florian Fainelli
2
-3
/
+1
2016-09-10
Merge branch 'vrf-tx-hook'
David S. Miller
19
-364
/
+315
2016-09-10
net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flag
David Ahern
2
-5
/
+3
2016-09-10
net: l3mdev: remove get_rtable method
David Ahern
2
-42
/
+0
2016-09-10
net: l3mdev: Remove l3mdev_fib_oif
David Ahern
1
-29
/
+0
2016-09-10
net: ipv6: Remove l3mdev_get_saddr6
David Ahern
4
-84
/
+1
2016-09-10
net: ipv4: Remove l3mdev_get_saddr
David Ahern
6
-103
/
+0
2016-09-10
net: l3mdev: remove redundant calls
David Ahern
8
-37
/
+10
2016-09-10
net: vrf: Flip IPv6 output path from FIB lookup hook to out hook
David Ahern
4
-58
/
+100
2016-09-10
net: vrf: Flip IPv4 output path from FIB lookup hook to out hook
David Ahern
2
-5
/
+63
2016-09-10
net: l3mdev: Allow the l3mdev to be a loopback
David Ahern
3
-7
/
+19
2016-09-10
net: l3mdev: Add hook to output path
David Ahern
5
-0
/
+78
2016-09-10
net: flow: Add l3mdev flow update
David Ahern
4
-0
/
+47
2016-09-10
ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx()
Markus Elfring
1
-1
/
+1
2016-09-10
ATM-ZeitNet: Replace one kzalloc() call by kcalloc()
Markus Elfring
1
-3
/
+4
2016-09-10
ATM-ZeitNet: Improve a size determination in zatm_open()
Markus Elfring
1
-1
/
+1
2016-09-10
ATM-ZeitNet: Use kmalloc_array() in start_tx()
Markus Elfring
1
-2
/
+3
2016-09-10
ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx()
Markus Elfring
1
-1
/
+2
2016-09-10
ATM-nicstar: Refactor a kmalloc() call in ns_init_card()
Markus Elfring
1
-1
/
+2
2016-09-10
ATM-nicstar: Improve another size determination in ns_init_card()
Markus Elfring
1
-1
/
+1
2016-09-10
ATM-nicstar: Improve another size determination in get_scq()
Markus Elfring
1
-1
/
+1
2016-09-10
ATM-nicstar: Use kmalloc_array() in get_scq()
Markus Elfring
1
-2
/
+3
2016-09-10
tcp: better use ooo_last_skb in tcp_data_queue_ofo()
Eric Dumazet
1
-1
/
+7
2016-09-10
openvswitch: use alias for genetlink family names
Thadeu Lima de Souza Cascardo
1
-0
/
+4
2016-09-10
Revert "hv_netvsc: make inline functions static"
Stephen Hemminger
2
-84
/
+85
2016-09-10
Merge branch 'mlx5-next'
David S. Miller
14
-615
/
+1000
2016-09-10
net/mlx5: Organize device list API in one place
Mohamad Haj Yahia
5
-296
/
+362
2016-09-10
net/mlx5e: Restore vlan filter after seamless reset
Mohamad Haj Yahia
1
-6
/
+32
2016-09-10
net/mlx5e: Implement mlx5e interface attach/detach callbacks
Mohamad Haj Yahia
3
-63
/
+183
2016-09-10
net/mlx5: Implement vports admin state backup/restore
Mohamad Haj Yahia
2
-141
/
+124
2016-09-10
net/mlx5: Align sriov/eswitch modules with the new load/unload flow.
Mohamad Haj Yahia
3
-14
/
+34
2016-09-10
net/mlx5: Implement eswitch attach/detach flows
Mohamad Haj Yahia
2
-3
/
+23
2016-09-10
net/mlx5: Implement SRIOV attach/detach flows
Mohamad Haj Yahia
2
-8
/
+23
2016-09-10
net/mlx5: Split the load/unload flow into hardware and software flows
Mohamad Haj Yahia
1
-64
/
+107
2016-09-10
net/mlx5: Introduce attach/detach to interface API
Mohamad Haj Yahia
2
-20
/
+131
2016-09-10
net/mlx5: SRIOV core code refactoring
Mohamad Haj Yahia
4
-131
/
+101
2016-09-10
net/mlx5: Skip waiting for vf pages in internal error
Mohamad Haj Yahia
1
-1
/
+12
2016-09-10
Merge branch 'net-is_enabled'
David S. Miller
10
-20
/
+19
2016-09-10
xfrm: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-1
/
+1
2016-09-10
sctp: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-1
/
+1
2016-09-10
net: sched: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-3
/
+3
2016-09-10
l2tp: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
3
-5
/
+5
2016-09-10
ipv4: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-1
/
+1
2016-09-10
net: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-2
/
+1
2016-09-10
lec: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-6
/
+6
2016-09-10
appletalk: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-1
/
+1
2016-09-10
Merge branch 'fs_enet-opt'
David S. Miller
5
-311
/
+220
2016-09-10
net: fs_enet: make rx_copybreak value configurable
Christophe Leroy
1
-0
/
+40
2016-09-10
net: fs_enet: don't unmap DMA when packet len is below copybreak
Christophe Leroy
1
-16
/
+20
2016-09-10
net: fs_enet: merge NAPI RX and NAPI TX
Christophe Leroy
5
-295
/
+160
[next]