index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
25
-128
/
+163
2010-12-08
tcp: protect sysctl_tcp_cookie_size reads
Eric Dumazet
1
-12
/
+15
2010-12-08
tcp: avoid a possible divide by zero
Eric Dumazet
1
-2
/
+4
2010-12-08
tcp: Replace time wait bucket msg by counter
Tom Herbert
2
-1
/
+2
2010-12-08
x25: decrement netdev reference counts on unload
Apollon Oikonomopoulos
1
-0
/
+1
2010-12-08
l2tp: Fix modalias of l2tp_ip
Michal Marek
1
-1
/
+5
2010-12-08
econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.
Nelson Elhage
1
-2
/
+4
2010-12-08
af_packet: fix freeing pg_vec twice on error path
Changli Gao
1
-1
/
+0
2010-12-08
af_packet: eliminate pgv_to_page on some arches
Changli Gao
1
-1
/
+3
2010-12-08
net: call dev_queue_xmit_nit() after skb_dst_drop()
Eric Dumazet
1
-3
/
+3
2010-12-08
filter: constify sk_run_filter()
Eric Dumazet
3
-19
/
+21
2010-12-08
net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()
Eric Dumazet
4
-26
/
+25
2010-12-08
Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6
David S. Miller
5
-9
/
+223
2010-12-08
llc: fix a device refcount imbalance
Eric Dumazet
1
-2
/
+3
2010-12-08
net/9p/protocol.c: Remove duplicated macros.
Thiago Farina
1
-24
/
+9
2010-12-08
net: init ingress queue
Changli Gao
1
-22
/
+13
2010-12-08
tcp: Bug fix in initialization of receive window.
Nandita Dukkipati
1
-5
/
+4
2010-12-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
3
-4
/
+15
2010-12-07
dccp qpolicy: Parameter checking of cmsg qpolicy parameters
Tomasz Grobelny
3
-6
/
+22
2010-12-07
dccp: Policy-based packet dequeueing infrastructure
Tomasz Grobelny
5
-9
/
+207
2010-12-06
Fix a typo in datagram.c and sctp/socket.c.
David Shwatrz
2
-2
/
+2
2010-12-06
filter: add a security check at install time
Eric Dumazet
1
-9
/
+63
2010-12-06
net: arp: use assignment
Changli Gao
1
-1
/
+1
2010-12-06
af_packet: remove pgv.flags
Changli Gao
1
-15
/
+5
2010-12-06
af_packet: use vmalloc_to_page() instead for the addresss returned by vmalloc()
Changli Gao
1
-17
/
+19
2010-12-06
net: kill an RCU warning in inet_fill_link_af()
Eric Dumazet
1
-4
/
+4
2010-12-06
filter: add SKF_AD_RXHASH and SKF_AD_CPU
Eric Dumazet
1
-0
/
+6
2010-12-06
net: Fix too optimistic NETIF_F_HW_CSUM features
Michał Mirosław
2
-3
/
+8
2010-12-06
filter: fix sk_filter rcu handling
Eric Dumazet
1
-13
/
+6
2010-12-03
net: don't reallocate skb->head unless the current one hasn't the needed extr...
Changli Gao
1
-11
/
+23
2010-12-02
tipc: Delete tipc_ownidentity()
Allan Stephens
3
-10
/
+2
2010-12-02
tipc: Eliminate obsolete native API forwarding routines
Allan Stephens
2
-87
/
+15
2010-12-02
tipc: Eliminate an unused symbolic constant in link code
Allan Stephens
1
-6
/
+0
2010-12-02
tipc: Eliminate useless initialization when creating subscriber
Allan Stephens
1
-1
/
+1
2010-12-02
tipc: Remove unused domain argument from multicast send routine
Allan Stephens
3
-3
/
+2
2010-12-02
tipc: Remove support for TIPC mode change callback
Allan Stephens
4
-53
/
+5
2010-12-02
tipc: Delete useless function prototypes
Allan Stephens
4
-4
/
+0
2010-12-02
tipc: Eliminate useless return value when disabling a bearer
Allan Stephens
1
-4
/
+5
2010-12-02
tipc: Delete unused configuration service structure definition
Allan Stephens
1
-7
/
+0
2010-12-02
tipc: Remove obsolete inclusions of header files
Allan Stephens
22
-77
/
+0
2010-12-02
tipc: Remove obsolete native API files and exports
Allan Stephens
11
-58
/
+382
2010-12-02
ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic number
Shan Wei
1
-12
/
+12
2010-12-02
tcp: use TCP_BASE_MSS to set basic mss value
Shan Wei
1
-1
/
+1
2010-12-02
tcp: Implement ipv6 ->get_peer() and ->tw_get_peer().
David S. Miller
1
-4
/
+18
2010-12-02
tcp: Add timewait recycling bits to ipv6 connect code.
David S. Miller
2
-25
/
+77
2010-12-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
1
-3
/
+3
2010-12-02
ipv6: Create inet6_csk_route_req().
David S. Miller
1
-0
/
+32
2010-12-01
timewait_sock: Create and use getpeer op.
David S. Miller
3
-37
/
+54
2010-12-01
inetpeer: Kill use of inet_peer_address_t typedef.
David S. Miller
1
-4
/
+4
2010-12-01
net/ipv6/sit.c: return unhandled skb to tunnel4_rcv
David McCullough
1
-1
/
+2
[next]