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-02-11
openvswitch: allow management from inside user namespaces
Tycho Andersen
3
-10
/
+15
2016-02-11
ethtool: future-proof interface for speed extensions
Michael S. Tsirkin
1
-3
/
+3
2016-02-11
vrf: duplicate include of rtnetlink.h
stephen hemminger
1
-1
/
+0
2016-02-11
vxlan: udp_tunnel duplicate include net/udp_tunnel.h
stephen hemminger
1
-1
/
+1
2016-02-11
rds: duplicate include net/tcp.h
stephen hemminger
1
-1
/
+0
2016-02-11
bonding: Return correct error code
Amitoj Kaur Chawla
1
-1
/
+1
2016-02-11
Merge branch 'gso-checksums'
David S. Miller
5
-122
/
+127
2016-02-11
net: Allow tunnels to use inner checksum offloads with outer checksums needed
Alexander Duyck
1
-2
/
+1
2016-02-11
udp: Use uh->len instead of skb->len to compute checksum in segmentation
Alexander Duyck
1
-15
/
+13
2016-02-11
udp: Clean up the use of flags in UDP segmentation offload
Alexander Duyck
1
-19
/
+18
2016-02-11
gre: Use inner_proto to obtain inner header protocol
Alexander Duyck
1
-4
/
+2
2016-02-11
gre: Use GSO flags to determine csum need instead of GRE flags
Alexander Duyck
1
-34
/
+30
2016-02-11
net: Move skb_has_shared_frag check out of GRE code and into segmentation
Alexander Duyck
2
-11
/
+5
2016-02-11
net: Store checksum result for offloaded GSO checksums
Alexander Duyck
2
-2
/
+21
2016-02-11
net: Update remote checksum segmentation to support use of GSO checksum
Alexander Duyck
2
-16
/
+16
2016-02-11
net: Move GSO csum into SKB_GSO_CB
Alexander Duyck
2
-14
/
+16
2016-02-11
net: Drop unecessary enc_features variable from tunnel segmentation functions
Alexander Duyck
2
-6
/
+6
2016-02-11
hv_netvsc: cleanup netdev feature flags for netvsc
sixiao@microsoft.com
1
-4
/
+7
2016-02-11
Merge branch 'ethtool-nfc-ipv6'
David S. Miller
2
-6
/
+248
2016-02-11
sfc: implement IPv6 NFC (and IPV4_USER_FLOW)
Edward Cree
1
-0
/
+184
2016-02-11
ethtool: add IPv6 to the NFC API
Edward Cree
1
-6
/
+64
2016-02-11
Merge branch 'cxgb4-tos'
David S. Miller
4
-58
/
+80
2016-02-11
cxgb4/iw_cxgb4: TOS support
Hariprasad Shenai
3
-17
/
+37
2016-02-11
iw_cxgb4: remove false error log entry
Hariprasad Shenai
1
-2
/
+1
2016-02-11
iw_cxgb4: make queue allocation code more readable
Hariprasad Shenai
1
-39
/
+42
2016-02-11
Merge branch 'fec-next'
David S. Miller
2
-238
/
+196
2016-02-11
net: fec: improve error handling
Troy Kisky
1
-4
/
+7
2016-02-11
net: fec: don't transfer ownership until descriptor write is complete
Troy Kisky
1
-1
/
+13
2016-02-11
net: fec: don't disable FEC_ENET_TS_TIMER interrupt
Troy Kisky
2
-1
/
+2
2016-02-11
net: fec: add variable reg_desc_active to speed things up
Troy Kisky
2
-26
/
+25
2016-02-11
net: fec: add struct bufdesc_prop
Troy Kisky
2
-185
/
+132
2016-02-11
net: fec: fix fec_enet_get_free_txdesc_num
Troy Kisky
1
-1
/
+1
2016-02-11
net: fec: fix rx error counts
Troy Kisky
1
-21
/
+15
2016-02-11
net: fec: stop the "rcv is not +last, " error messages
Troy Kisky
2
-0
/
+2
2016-02-11
bonding: 3ad: allow to set ad_actor settings while the bond is up
Nikolay Aleksandrov
2
-4
/
+7
2016-02-11
ipv6: add option to drop unsolicited neighbor advertisements
Johannes Berg
5
-0
/
+26
2016-02-11
ipv6: add option to drop unicast encapsulated in L2 multicast
Johannes Berg
5
-0
/
+26
2016-02-11
ipv4: add option to drop gratuitous ARP packets
Johannes Berg
4
-0
/
+17
2016-02-11
ipv4: add option to drop unicast encapsulated in L2 multicast
Johannes Berg
4
-1
/
+34
2016-02-11
MAINTAINERS: Update tg3 maintainer
Siva Reddy Kallam
1
-0
/
+1
2016-02-11
bpf_dbg: do not initialise statics to 0
Wei Tang
1
-5
/
+5
2016-02-11
net: Add support for filtering link dump by master device and kind
David Ahern
1
-1
/
+67
2016-02-11
Merge branch 'tcp-fast-so_reuseport'
David S. Miller
36
-133
/
+670
2016-02-11
soreuseport: BPF selection functional test for TCP
Craig Gallek
4
-8
/
+370
2016-02-11
soreuseport: fast reuseport TCP socket selection
Craig Gallek
6
-12
/
+93
2016-02-11
soreuseport: Prep for fast reuseport TCP socket selection
Craig Gallek
2
-1
/
+2
2016-02-11
inet: refactor inet[6]_lookup functions to take skb
Craig Gallek
12
-42
/
+85
2016-02-11
tcp: __tcp_hdrlen() helper
Craig Gallek
1
-1
/
+6
2016-02-11
inet: create IPv6-equivalent inet_hash function
Craig Gallek
6
-46
/
+63
2016-02-11
sock: struct proto hash function may error
Craig Gallek
15
-25
/
+53
[next]