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
2013-08-03
fib_rules: fix suppressor names and default values
Stefan Tomanek
3
-6
/
+13
2013-08-03
vlan: cleanup the usage of vlan_dev_priv(dev)
Wang Sheng-Hui
2
-8
/
+10
2013-08-02
neighbour: populate neigh_parms on alloc before calling ndo_neigh_setup
Veaceslav Falico
1
-4
/
+6
2013-08-02
net: netlink: minor: remove unused pointer in alloc_pg_vec
Daniel Borkmann
1
-2
/
+2
2013-08-02
fib_rules: add route suppression based on ifgroup
Stefan Tomanek
3
-9
/
+40
2013-08-02
icmpv6_filter: allow ICMPv6 messages with bodies < 4 bytes
Werner Almesberger
1
-1
/
+6
2013-08-02
icmpv6_filter: fix "_hdr" incorrectly being a pointer
Werner Almesberger
1
-1
/
+1
2013-08-02
af_packet: simplify VLAN frame check in packet_snd
Phil Sutter
1
-11
/
+4
2013-08-02
af_packet: fix for sending VLAN frames via packet_mmap
Phil Sutter
1
-11
/
+14
2013-08-02
af_packet: when sending ethernet frames, parse header for skb->protocol
Phil Sutter
1
-2
/
+11
2013-08-02
sctp: Don't lookup dst if transport dst is still valid
fan.du
1
-1
/
+1
2013-08-01
ipv6: bump genid when delete/add address
fan.du
1
-0
/
+1
2013-08-01
ipv6: fib6_rules should return exact return value
Hannes Frederic Sowa
1
-3
/
+11
2013-07-31
fib_rules: add .suppress operation
Stefan Tomanek
3
-0
/
+35
2013-07-31
netem: Introduce skb_orphan_partial() helper
Eric Dumazet
2
-4
/
+20
2013-07-31
net: split rt_genid for ipv4 and ipv6
fan.du
4
-11
/
+18
2013-07-31
tcp: Remove unused tcpct declarations and comments
Dmitry Popov
1
-4
/
+0
2013-07-30
net: remove an unneeded check
Dan Carpenter
1
-4
/
+1
2013-07-30
flow_dissector: add support for IPPROTO_IPV6
Tom Herbert
1
-0
/
+3
2013-07-30
flow_dissector: clean up IPIP case
Tom Herbert
1
-1
/
+2
2013-07-30
net: export physical port id via sysfs
Jiri Pirko
1
-0
/
+22
2013-07-30
rtnl: export physical port id via RT netlink
Jiri Pirko
1
-1
/
+24
2013-07-30
net: add ndo to get id of physical port of the device
Jiri Pirko
1
-0
/
+18
2013-07-30
pktgen: Require CONFIG_INET due to use of IPv4 checksum function
Thomas Graf
1
-1
/
+1
2013-07-30
tcp: add tcp_syncookies mode to allow unconditionally generation of syncookies
Hannes Frederic Sowa
2
-3
/
+5
2013-07-30
9p: client: remove unused code and any reference to "cancelled" function
Andi Shyti
1
-7
/
+2
2013-07-29
pktgen: add needed include file
Stephen Rothwell
1
-0
/
+1
2013-07-28
ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROL
Hannes Frederic Sowa
2
-1
/
+6
2013-07-27
pktgen: Use ip_send_check() to compute checksum
Thomas Graf
1
-2
/
+1
2013-07-27
pktgen: Add UDPCSUM flag to support UDP checksums
Thomas Graf
2
-6
/
+54
2013-07-27
VSOCK: Move af_vsock.h and vsock_addr.h to include/net
Asias He
6
-212
/
+5
2013-07-27
net/sctp: Refactor SCTP skb checksum computation
Joe Stringer
3
-36
/
+5
2013-07-26
bridge: cleanup netpoll code
stephen hemminger
3
-17
/
+8
2013-07-24
net: Make devnet_rename_seq static
Thomas Gleixner
1
-1
/
+1
2013-07-24
tcp: TCP_NOTSENT_LOWAT socket option
Eric Dumazet
5
-0
/
+19
2013-07-24
net: add sk_stream_is_writeable() helper
Eric Dumazet
6
-8
/
+8
2013-07-24
net: sctp: trivial: update mailing list address
Daniel Borkmann
27
-28
/
+28
2013-07-24
net: trans_rdma: remove unused function
Andi Shyti
1
-11
/
+0
2013-07-24
net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1
fan.du
1
-8
/
+8
2013-07-24
net ipv6: Remove rebundant rt6i_nsiblings initialization
fan.du
1
-1
/
+0
2013-07-23
vti: switch to new ip tunnel code
Amerigo Wang
1
-476
/
+52
2013-07-23
ip6mr: change the prototype of ip6_mr_forward().
Rami Rosen
1
-6
/
+5
2013-07-23
ipmr: change the prototype of ip_mr_forward().
Rami Rosen
1
-8
/
+7
2013-07-23
net: convert resend IGMP to notifier event
Jiri Pirko
3
-6
/
+46
2013-07-22
tcp: use RTT from SACK for RTO
Yuchung Cheng
1
-9
/
+14
2013-07-22
tcp: measure RTT from new SACK
Yuchung Cheng
1
-6
/
+17
2013-07-22
tcp: prefer packet timing to TS-ECR for RTT
Yuchung Cheng
1
-49
/
+18
2013-07-22
tcp: consolidate SYNACK RTT sampling
Yuchung Cheng
4
-12
/
+14
2013-07-22
net: Provide a generic socket error queue delivery method for Tx time stamps.
Richard Cochran
2
-46
/
+49
2013-07-19
net/irda: fixed style issues in irttp
Dragos Foianu
1
-27
/
+23
[next]