index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: remove qdisc->drop
Florian Westphal
2016-06-09
18
-359
/
+0
*
sched: remove qdisc_rehape_fail
Florian Westphal
2016-06-09
4
-7
/
+7
*
cbq: remove TCA_CBQ_POLICE support
Florian Westphal
2016-06-09
1
-94
/
+1
*
cbq: remove TCA_CBQ_OVL_STRATEGY support
Florian Westphal
2016-06-09
1
-160
/
+6
*
ip6gre: Allow live link address change
Shweta Choudaha
2016-06-09
1
-0
/
+3
*
net: Add l3mdev rule
David Ahern
2016-06-08
4
-9
/
+74
*
tipc: change node timer unit from jiffies to ms
Jon Paul Maloy
2016-06-08
2
-10
/
+10
*
tipc: correct error in node fsm
Jon Paul Maloy
2016-06-08
1
-2
/
+2
*
net: dsa: Initialize CPU port ethtool ops per tree
Florian Fainelli
2016-06-08
4
-10
/
+49
*
net: dsa: Add initialization helper for CPU port ethtool_ops
Florian Fainelli
2016-06-08
2
-6
/
+9
*
net: dsa: Provide a slave MII bus if needed
Florian Fainelli
2016-06-08
1
-0
/
+15
*
net: dsa: Initialize ds->enabled_port_mask and ds->phys_mii_mask
Florian Fainelli
2016-06-08
1
-0
/
+15
*
net: dsa: Provide unique DSA slave MII bus names
Florian Fainelli
2016-06-08
1
-1
/
+2
*
net: sched: fix missing doc annotations
Eric Dumazet
2016-06-08
1
-0
/
+1
*
net: Reduce queue allocation to one in kdump kernel
Hariprasad Shenai
2016-06-08
1
-1
/
+3
*
ila: Perform only one translation in forwarding path
Tom Herbert
2016-06-08
4
-9
/
+12
*
tcp: accept RST if SEQ matches right edge of right-most SACK block
Pau Espin Pedrol
2016-06-08
1
-3
/
+23
*
net: vrf: ipv6 support for local traffic to local addresses
David Ahern
2016-06-08
1
-0
/
+1
*
gue: Implement direction IP encapsulation
Tom Herbert
2016-06-08
1
-5
/
+76
*
net: sched: do not acquire qdisc spinlock in qdisc/class stats dump
Eric Dumazet
2016-06-08
17
-64
/
+109
*
net_sched: transform qdisc running bit into a seqcount
Eric Dumazet
2016-06-08
5
-5
/
+20
*
net sched: indentation and other OCD stylistic fixes
Jamal Hadi Salim
2016-06-08
6
-17
/
+28
*
net sched actions: aggregate dumping of actions timeinfo
Jamal Hadi Salim
2016-06-08
12
-48
/
+21
*
net sched actions: introduce timestamp for firsttime use
Jamal Hadi Salim
2016-06-08
13
-0
/
+14
*
net sched: actions use tcf_lastuse_update for consistency
Jamal Hadi Salim
2016-06-08
10
-12
/
+11
*
net/sched: cls_flower: Introduce support in SKIP SW flag
Amir Vadai
2016-06-08
1
-9
/
+22
*
net: get rid of spin_trylock() in net_tx_action()
Eric Dumazet
2016-06-08
1
-17
/
+9
*
net: disable fragment reassembly if high_thresh is zero
Michal Kubeček
2016-06-06
1
-1
/
+1
*
net: dsa: Add new binding implementation
Andrew Lunn
2016-06-04
5
-4
/
+667
*
net: dsa: Make mdio bus optional
Andrew Lunn
2016-06-04
1
-11
/
+13
*
net: dsa: Refactor selection of tag ops into a function
Andrew Lunn
2016-06-04
3
-60
/
+47
*
net: dsa: Split up creating/destroying of DSA and CPU ports
Andrew Lunn
2016-06-04
2
-35
/
+54
*
net: dsa: Copy the routing table into the switch structure
Andrew Lunn
2016-06-04
1
-0
/
+2
*
net: dsa: Remove dynamic allocate of routing table
Andrew Lunn
2016-06-04
1
-12
/
+0
*
net: dsa: Move port device node into port structure
Andrew Lunn
2016-06-04
2
-7
/
+6
*
net: dsa: Add a ports structure and use it in the switch structure
Andrew Lunn
2016-06-04
6
-14
/
+14
*
net: dsa: tag_{e}dsa.c: Remove dependency on platform data
Andrew Lunn
2016-06-04
2
-2
/
+10
*
net: dsa: slave: Remove MDIO address from switch MDIO bus name
Andrew Lunn
2016-06-04
1
-2
/
+1
*
net: dsa: slave: chip data is optional, don't dereference NULL
Andrew Lunn
2016-06-04
1
-1
/
+1
*
net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()
David S. Miller
2016-06-04
1
-0
/
+1
*
sctp: Fix warning in sctp_packet_transmit_chunk()
David S. Miller
2016-06-04
1
-1
/
+1
*
rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB
Joe Perches
2016-06-04
16
-34
/
+56
*
sctp: improve debug message to also log curr pkt and new chunk size
Marcelo Ricardo Leitner
2016-06-04
1
-1
/
+2
*
sctp: Add GSO support
Marcelo Ricardo Leitner
2016-06-04
9
-124
/
+412
*
sctp: delay as much as possible skb_linearize
Marcelo Ricardo Leitner
2016-06-04
2
-31
/
+43
*
skbuff: introduce skb_gso_validate_mtu
Marcelo Ricardo Leitner
2016-06-04
5
-4
/
+35
*
sk_buff: allow segmenting based on frag sizes
Marcelo Ricardo Leitner
2016-06-04
1
-3
/
+7
*
skbuff: export skb_gro_receive
Marcelo Ricardo Leitner
2016-06-04
1
-0
/
+1
*
ovs: set name assign type of internal port
Zhang Shengju
2016-06-03
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-06-01
25
-71
/
+203
|
\
[next]