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
*
net: add a limit parameter to sk_add_backlog()
Eric Dumazet
2012-04-24
9
-15
/
+15
*
tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.
David S. Miller
2012-04-23
2
-4
/
+2
*
af_packet: packet_getsockopt() cleanup
Eric Dumazet
2012-04-21
1
-38
/
+8
*
tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()
Neal Cardwell
2012-04-21
3
-99
/
+67
*
net: allow better page reuse in splice(sock -> pipe)
Eric Dumazet
2012-04-21
1
-0
/
+3
*
net: change big iov allocations
Eric Dumazet
2012-04-21
1
-21
/
+16
*
tcp: Repair connection-time negotiated parameters
Pavel Emelyanov
2012-04-21
1
-0
/
+71
*
tcp: Report mss_clamp with TCP_MAXSEG option in repair mode
Pavel Emelyanov
2012-04-21
1
-0
/
+2
*
tcp: Repair socket queues
Pavel Emelyanov
2012-04-21
2
-3
/
+87
*
tcp: Initial repair mode
Pavel Emelyanov
2012-04-21
3
-7
/
+96
*
tcp: Move code around
Pavel Emelyanov
2012-04-21
3
-36
/
+51
*
sock: Introduce named constants for sk_reuse
Pavel Emelyanov
2012-04-21
8
-8
/
+11
*
net: Remove register_net_sysctl_table
Eric W. Biederman
2012-04-21
1
-7
/
+0
*
net: Delete all remaining instances of ctl_path
Eric W. Biederman
2012-04-21
6
-46
/
+0
*
net: Convert all sysctl registrations to register_net_sysctl
Eric W. Biederman
2012-04-21
35
-164
/
+43
*
net: Convert nf_conntrack_proto to use register_net_sysctl
Eric W. Biederman
2012-04-21
2
-5
/
+5
*
net ipv4: Convert devinet to use register_net_sysctl
Eric W. Biederman
2012-04-21
1
-34
/
+5
*
net ipv6: Convert addrconf to use register_net_sysctl
Eric W. Biederman
2012-04-21
1
-28
/
+4
*
net decnet: Convert to use register_net_sysctl
Eric W. Biederman
2012-04-21
2
-22
/
+5
*
net neighbour: Convert to use register_net_sysctl
Eric W. Biederman
2012-04-21
1
-27
/
+6
*
net ipv6: Don't use sysctl tables with .child entries.
Eric W. Biederman
2012-04-21
1
-24
/
+23
*
net llc: Don't use sysctl tables with .child entries.
Eric W. Biederman
2012-04-21
1
-35
/
+16
*
net ax25: Simplify and cleanup the ax25 sysctl handling.
Eric W. Biederman
2012-04-21
3
-64
/
+30
*
net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh
Eric W. Biederman
2012-04-21
1
-18
/
+1
*
net ipv6: Remove unneded registration of an empty net/ipv6/neigh
Eric W. Biederman
2012-04-21
2
-42
/
+0
*
net core: Remove unneded creation of an empty net/core sysctl directory
Eric W. Biederman
2012-04-21
1
-3
/
+0
*
net: Move all of the network sysctls without a namespace into init_net.
Eric W. Biederman
2012-04-21
30
-56
/
+58
*
net: Kill register_sysctl_rotable
Eric W. Biederman
2012-04-21
5
-27
/
+4
*
net sysctl: Initialize the network sysctls sooner to avoid problems.
Eric W. Biederman
2012-04-21
2
-2
/
+7
*
net sysctl: Register an empty /proc/sys/net
Eric W. Biederman
2012-04-21
1
-1
/
+10
*
net: Implement register_net_sysctl.
Eric W. Biederman
2012-04-21
1
-0
/
+7
*
Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
2012-04-21
11
-107
/
+172
|
\
|
*
tipc: Ensure network address change doesn't impact configuration service
Allan Stephens
2012-04-19
1
-1
/
+1
|
*
tipc: Ensure network address change doesn't impact rejected message
Allan Stephens
2012-04-19
1
-1
/
+1
|
*
tipc: handle <0.0.0> as an alias for this node on outgoing msgs
Allan Stephens
2012-04-19
1
-4
/
+4
|
*
tipc: properly handle off-node send requests with invalid addr
Allan Stephens
2012-04-19
1
-2
/
+9
|
*
tipc: take lock while updating node network address
Allan Stephens
2012-04-19
1
-1
/
+2
|
*
tipc: Ensure network address change doesn't impact local connections
Allan Stephens
2012-04-19
4
-31
/
+34
|
*
tipc: delete duplicate peerport/peernode helper functions
Allan Stephens
2012-04-19
2
-14
/
+4
|
*
tipc: Ensure network address change doesn't impact new port
Allan Stephens
2012-04-19
1
-4
/
+11
|
*
tipc: Optimize re-initialization of port message header templates
Allan Stephens
2012-04-19
1
-2
/
+0
|
*
tipc: Ensure network address change doesn't impact name table updates
Allan Stephens
2012-04-19
1
-4
/
+4
|
*
tipc: Add routines for safe checking of node's network address
Allan Stephens
2012-04-19
4
-6
/
+24
|
*
tipc: Don't record failed publication attempt as a success
Allan Stephens
2012-04-19
1
-2
/
+3
|
*
tipc: Update node-scope publications when network address is assigned
Allan Stephens
2012-04-19
2
-7
/
+12
|
*
tipc: Separate cluster-scope and zone-scope names into distinct lists
Allan Stephens
2012-04-19
1
-5
/
+26
|
*
tipc: Factor out name publication code to a separate function
Allan Stephens
2012-04-18
1
-27
/
+34
|
*
tipc: introduce publication lists struct
Allan Stephens
2012-04-18
1
-10
/
+17
*
|
ipv4: dont drop packet in defrag but consume it
Eric Dumazet
2012-04-19
1
-1
/
+1
*
|
net: gro: GRO_MERGED_FREE consumes packets
Eric Dumazet
2012-04-19
1
-1
/
+4
[next]