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
2017-07-18
xfrm: remove flow cache
Florian Westphal
13
-734
/
+2
2017-07-18
xfrm_policy: make xfrm_bundle_lookup return xfrm dst object
Florian Westphal
1
-16
/
+12
2017-07-18
xfrm_policy: remove xfrm_policy_lookup
Florian Westphal
1
-32
/
+4
2017-07-18
xfrm_policy: kill flow to policy dir conversion
Florian Westphal
1
-42
/
+4
2017-07-18
xfrm_policy: remove always true/false branches
Florian Westphal
1
-60
/
+14
2017-07-18
xfrm_policy: bypass flow_cache_lookup
Florian Westphal
1
-9
/
+5
2017-07-18
net: xfrm: revert to lower xfrm dst gc limit
Florian Westphal
3
-6
/
+4
2017-07-18
vti: revert flush x-netns xfrm cache when vti interface is removed
Florian Westphal
2
-62
/
+0
2017-07-18
drivers: net: add missing interrupt.h include
Florian Westphal
4
-1
/
+4
2017-07-18
Merge branch 'dsa-mv88e6xxx-cleanup-capabilities'
David S. Miller
8
-267
/
+457
2017-07-18
net: dsa: mv88e6xxx: add a multi_chip info flag
Vivien Didelot
2
-79
/
+33
2017-07-18
net: dsa: mv88e6xxx: add Energy Detect ops
Vivien Didelot
6
-47
/
+202
2017-07-18
net: dsa: mv88e6xxx: add a global2_addr info flag
Vivien Didelot
4
-29
/
+38
2017-07-18
net: dsa: mv88e6xxx: add POT operation
Vivien Didelot
4
-17
/
+45
2017-07-18
net: dsa: mv88e6xxx: add POT flag to 88E6390
Vivien Didelot
1
-0
/
+1
2017-07-18
net: dsa: mv88e6xxx: distinguish Global 2 Rsvd2CPU
Vivien Didelot
4
-61
/
+85
2017-07-18
net: dsa: mv88e6xxx: add number of Global 2 IRQs
Vivien Didelot
4
-15
/
+62
2017-07-18
net: dsa: mv88e6xxx: remove 88E6185 G2 interrupt
Vivien Didelot
1
-1
/
+0
2017-07-18
net: dsa: mv88e6xxx: remove unused capabilities
Vivien Didelot
1
-26
/
+3
2017-07-18
net: dsa: mv88e6xxx: fix 88E6321 family comment
Vivien Didelot
1
-1
/
+1
2017-07-18
net: dsa: mv88e6xxx: remove LED control register
Vivien Didelot
1
-3
/
+0
2017-07-18
net: dsa: mv88e6xxx: remove unneeded dsa header
Vivien Didelot
1
-1
/
+0
2017-07-17
net: fix build error in devmap helper calls
John Fastabend
1
-5
/
+20
2017-07-17
mdio_bus: Remove unneeded gpiod NULL check
Fabio Estevam
1
-4
/
+2
2017-07-17
samples/bpf: add option for native and skb mode for redirect apps
Andy Gospodarek
2
-18
/
+82
2017-07-17
net: ec_bhf: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-17
net: cadence: macb: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-17
net: Revert "net: add function to allocate sk_buff head without data area"
Florian Westphal
2
-35
/
+2
2017-07-17
Merge branch 'net-ufo-remove'
David S. Miller
26
-475
/
+44
2017-07-17
net: Kill NETIF_F_UFO and SKB_GSO_UDP.
David S. Miller
3
-20
/
+16
2017-07-17
inet: Remove software UFO fragmenting code.
David S. Miller
2
-151
/
+7
2017-07-17
net: Remove all references to SKB_GSO_UDP.
David S. Miller
8
-61
/
+10
2017-07-17
inet: Stop generating UFO packets.
David S. Miller
2
-152
/
+0
2017-07-17
net: Remove references to NETIF_F_UFO from ethtool.
David S. Miller
1
-7
/
+0
2017-07-17
net: Remove references to NETIF_F_UFO in netdev_fix_features().
David S. Miller
1
-18
/
+0
2017-07-17
virtio_net: Remove references to NETIF_F_UFO.
David S. Miller
1
-4
/
+2
2017-07-17
dummy: Remove references to NETIF_F_UFO.
David S. Miller
1
-1
/
+1
2017-07-17
tun/tap: Remove references to NETIF_F_UFO.
David S. Miller
2
-11
/
+3
2017-07-17
macvlan/macvtap: Remove NETIF_F_UFO advertisement.
David S. Miller
2
-2
/
+2
2017-07-17
ipvlan: Stop advertising NETIF_F_UFO support.
David S. Miller
2
-2
/
+2
2017-07-17
macb: Remove bogus reference to NETIF_F_UFO.
David S. Miller
1
-1
/
+1
2017-07-17
s2io: Remove UFO support.
David S. Miller
1
-45
/
+0
2017-07-17
Merge branch 'xdp-redirect'
David S. Miller
20
-101
/
+1282
2017-07-17
xdp: bpf redirect with map sample program
John Fastabend
4
-0
/
+194
2017-07-17
net: add notifier hooks for devmap bpf map
John Fastabend
3
-2
/
+75
2017-07-17
xdp: Add batching support to redirect map
John Fastabend
6
-15
/
+166
2017-07-17
bpf: add bpf_redirect_map helper routine
John Fastabend
5
-1
/
+78
2017-07-17
bpf: add devmap, a map for storing net device references
John Fastabend
6
-0
/
+294
2017-07-17
xdp: add trace event for xdp redirect
John Fastabend
4
-7
/
+43
2017-07-17
ixgbe: add initial support for xdp redirect
John Fastabend
1
-1
/
+40
[next]