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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-12
net: ipv4: increase dhcp inter device timeout
Mugunthan V N
1
-1
/
+1
2015-08-11
net: dsa: add support for switchdev FDB objects
Vivien Didelot
1
-61
/
+81
2015-08-11
net: switchdev: support static FDB addresses
Vivien Didelot
1
-1
/
+1
2015-08-11
net: dsa: change FDB routines prototypes
Vivien Didelot
1
-7
/
+9
2015-08-11
Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"
David S. Miller
3
-121
/
+106
2015-08-10
dsa: Support multiple MDIO busses
Andrew Lunn
1
-1
/
+11
2015-08-10
gre: Remove support for sharing GRE protocol hook.
Pravin B Shelar
2
-216
/
+200
2015-08-10
openvswitch: Use regular GRE net_device instead of vport
Pravin B Shelar
4
-250
/
+59
2015-08-10
ip_gre: Add support to collect tunnel metadata.
Pravin B Shelar
4
-27
/
+209
2015-08-10
openvswitch: Move tunnel destroy function to oppenvswitch module.
Pravin B Shelar
3
-20
/
+20
2015-08-10
net: add explicit logging and stat for neighbour table overflow
Rick Jones
1
-4
/
+10
2015-08-10
bridge: netlink: add support for vlan_filtering attribute
Nikolay Aleksandrov
3
-7
/
+32
2015-08-09
net: ethernet: Fix double word "the the" in eth.c
Masanari Iida
1
-1
/
+1
2015-08-09
mpls: Enforce payload type of traffic sent using explicit NULL
Robert Shearman
1
-27
/
+44
2015-08-09
net: dsa: add support for switchdev FDB objects
Vivien Didelot
1
-102
/
+116
2015-08-09
net: switchdev: support static FDB addresses
Vivien Didelot
1
-1
/
+1
2015-08-09
net: switchdev: change fdb addr for a byte array
Vivien Didelot
2
-3
/
+4
2015-08-09
net:wimax: Fix doucble word "the the" in networking.xml
Masanari Iida
1
-2
/
+1
2015-08-07
net: Fix race condition in store_rps_map
Tom Herbert
1
-4
/
+7
2015-08-07
openvswitch: Make 100 percents packets sampled when sampling rate is 1.
Wenyu Zhang
1
-1
/
+4
2015-08-07
vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATA
Alexei Starovoitov
1
-1
/
+1
2015-08-07
RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.
Sowmini Varadhan
4
-50
/
+162
2015-08-07
RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...
Sowmini Varadhan
12
-27
/
+59
2015-08-06
af_mpls: add null dev check in find_outdev
Roopa Prabhu
1
-0
/
+3
2015-08-06
mpls: small cleanup in inet/inet6_fib_lookup_dev()
Dan Carpenter
1
-9
/
+4
2015-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
17
-194
/
+398
2015-08-04
netfilter: ip6t_REJECT: Remove debug messages from reject_tg6()
Subash Abhinov Kasiviswanathan
1
-5
/
+0
2015-08-03
mpls: Use definition for reserved label checks
Robert Shearman
1
-10
/
+11
2015-08-03
ipv4: apply lwtunnel encap for locally-generated packets
Robert Shearman
1
-0
/
+2
2015-08-03
lwtunnel: set skb protocol and dev
Robert Shearman
1
-2
/
+10
2015-08-03
bridge: mdb: fix vlan_enabled access when vlans are not configured
Nikolay Aleksandrov
1
-2
/
+2
2015-08-03
act_bpf: properly support late binding of bpf action to a classifier
Daniel Borkmann
1
-24
/
+27
2015-08-03
bridge: mdb: add/del entry on all vlans if vlan_filter is enabled and vid is 0
Satish Ashok
1
-8
/
+60
2015-08-03
bridge: Don't segment multiple tagged packets on bridge device
Toshiaki Makita
1
-0
/
+1
2015-08-02
ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filters
Daniel Borkmann
1
-0
/
+7
2015-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
47
-242
/
+427
2015-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
43
-228
/
+402
2015-07-31
ipv6: Disable flowlabel state ranges by default
Tom Herbert
1
-1
/
+1
2015-07-31
ipv6: Implement different admin modes for automatic flow labels
Tom Herbert
4
-5
/
+11
2015-07-31
ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabel
Tom Herbert
3
-5
/
+6
2015-07-31
net: Add functions to get skb->hash based on flow structures
Tom Herbert
1
-4
/
+54
2015-07-31
net: dsa: Add netconsole support
Florian Fainelli
2
-0
/
+71
2015-07-31
net: dsa: Refactor transmit path to eliminate duplication
Florian Fainelli
6
-49
/
+33
2015-07-31
br2684: Remove unnecessary formatting macros b1 and bs
Joe Perches
1
-6
/
+3
2015-07-31
act_pedit: check binding before calling tcf_hash_release()
WANG Cong
1
-3
/
+2
2015-07-31
af_mpls: fix undefined reference to ip6_route_output
Roopa Prabhu
1
-8
/
+33
2015-07-31
ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument
Roopa Prabhu
4
-11
/
+21
2015-07-31
bpf: add helpers to access tunnel metadata
Alexei Starovoitov
2
-6
/
+106
2015-07-30
tipc: clean up link creation
Jon Paul Maloy
4
-121
/
+86
2015-07-30
tipc: use temporary, non-protected skb queue for bundle reception
Jon Paul Maloy
1
-15
/
+19
[next]