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
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-25
net_sched: generalize bulk dequeue
Eric Dumazet
1
-3
/
+4
2016-06-25
net_sched: fq_codel: cache skb->truesize into skb->cb
Eric Dumazet
1
-0
/
+1
2016-06-25
net_sched: drop packets after root qdisc lock is released
Eric Dumazet
1
-11
/
+30
2016-06-18
gre: better support for ICMP messages for gre+ipv6
Eric Dumazet
1
-0
/
+1
2016-06-17
net: ipv6: Address selection needs to consider L3 domains
David Ahern
1
-0
/
+31
2016-06-17
net: vrf: Implement get_saddr for IPv6
David Ahern
1
-0
/
+11
2016-06-17
net: ipv6: Move ip6_route_get_saddr to inline
David Ahern
1
-3
/
+18
2016-06-17
vxlan: Add new UDP encapsulation offload type for VXLAN-GPE
Alexander Duyck
1
-0
/
+1
2016-06-17
net: Remove deprecated tunnel specific UDP offload functions
Alexander Duyck
2
-10
/
+0
2016-06-17
net: Merge VXLAN and GENEVE push notifiers into a single notifier
Alexander Duyck
3
-4
/
+9
2016-06-17
net: Combine GENEVE and VXLAN port notifiers into single functions
Alexander Duyck
1
-0
/
+33
2016-06-17
vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes
Alexander Duyck
3
-8
/
+3
2016-06-15
net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloads
Philip Prindeville
1
-0
/
+1
2016-06-15
6lowpan: introduce 6lowpan-nd
Alexander Aring
1
-6
/
+12
2016-06-15
ipv6: export several functions
Alexander Aring
2
-0
/
+19
2016-06-15
ipv6: introduce neighbour discovery ops
Alexander Aring
1
-3
/
+194
2016-06-15
ndisc: add __ndisc_opt_addr_data function
Alexander Aring
1
-4
/
+10
2016-06-15
ndisc: add __ndisc_opt_addr_space function
Alexander Aring
1
-2
/
+7
2016-06-15
6lowpan: add 802.15.4 short addr slaac
Alexander Aring
2
-0
/
+9
2016-06-15
6lowpan: add private neighbour data
Alexander Aring
1
-0
/
+10
2016-06-15
net_sched: add the ability to defer skb freeing
Eric Dumazet
1
-4
/
+12
2016-06-15
net_sched: make tcf_hash_check() boolean
WANG Cong
1
-2
/
+2
2016-06-15
net: vrf: Handle ipv6 multicast and link-local addresses
David Ahern
1
-0
/
+2
2016-06-15
net: l3mdev: Remove const from flowi6 arg to get_rt6_dst
David Ahern
1
-3
/
+3
2016-06-10
net_sched: remove generic throttled management
Eric Dumazet
2
-18
/
+2
2016-06-10
Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/sc...
David S. Miller
2
-19
/
+80
2016-06-10
tcp: add in_flight to tcp_skb_cb
Lawrence Brakmo
1
-0
/
+2
2016-06-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-7
/
+18
2016-06-09
packet: compat support for sock_fprog
Willem de Bruijn
1
-0
/
+1
2016-06-09
net: sched: fix qdisc->running lockdep annotations
Eric Dumazet
1
-1
/
+5
2016-06-09
mac80211: implement codel on fair queuing flows
Michal Kazior
1
-1
/
+13
2016-06-09
mac80211: skip netdev queue control with software queuing
Michal Kazior
1
-4
/
+0
2016-06-08
sched: place state, next_sched and gso_skb in same cacheline again
Florian Westphal
1
-2
/
+2
2016-06-08
sched: remove qdisc->drop
Florian Westphal
1
-36
/
+0
2016-06-08
sched: remove qdisc_rehape_fail
Florian Westphal
1
-19
/
+0
2016-06-08
cbq: remove TCA_CBQ_POLICE support
Florian Westphal
1
-4
/
+0
2016-06-08
net: Add l3mdev rule
David Ahern
2
-2
/
+34
2016-06-08
net: dsa: Initialize CPU port ethtool ops per tree
Florian Fainelli
1
-0
/
+1
2016-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-1
/
+1
2016-06-07
net: sched: fix tc_should_offload for specific clsact classes
Daniel Borkmann
2
-3
/
+8
2016-06-07
net: sched: do not acquire qdisc spinlock in qdisc/class stats dump
Eric Dumazet
2
-4
/
+16
2016-06-07
net_sched: transform qdisc running bit into a seqcount
Eric Dumazet
1
-11
/
+4
2016-06-07
net sched: indentation and other OCD stylistic fixes
Jamal Hadi Salim
2
-8
/
+10
2016-06-07
net sched actions: aggregate dumping of actions timeinfo
Jamal Hadi Salim
1
-0
/
+8
2016-06-07
net sched actions: introduce timestamp for firsttime use
Jamal Hadi Salim
1
-0
/
+2
2016-06-06
net_sched: keep backlog updated with qlen
WANG Cong
1
-1
/
+4
2016-06-06
ipvs: update real-server binding of outgoing connections in SIP-pe
Marco Angaroni
1
-1
/
+1
2016-06-04
net: dsa: Add new binding implementation
Andrew Lunn
1
-0
/
+20
2016-06-04
net: dsa: Refactor selection of tag ops into a function
Andrew Lunn
1
-1
/
+7
2016-06-04
net: dsa: Copy the routing table into the switch structure
Andrew Lunn
1
-1
/
+8
[next]