Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
5be7ef002469eaf757065ee16b4100c6d3ead1cc
/
net
10799db
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 13 years ago
c5c177b
net: Kill ratelimit.h dependency in linux/net.h
by David S. Miller
· 13 years ago
686a7e3
inetpeer: fix race in unused_list manipulations
by Eric Dumazet
· 13 years ago
95948c3
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 13 years ago
e7a46b4
atm: expose ATM device index in sysfs
by Dan Williams
· 13 years ago
58bf2db
Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6
by David S. Miller
· 13 years ago
c74c0bf
IPVS: bug in ip_vs_ftp, same list heaad used in all netns.
by Hans Schillstrom
· 13 years ago
b7c2f03
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 13 years ago
fce637e
Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
4c171ac
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 13 years ago
86e4ca6
bug.h: Move ratelimit warn interfaces to ratelimit.h
by David S. Miller
· 13 years ago
da7c06c
net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.
by Justin Mattock
· 13 years ago
12e6c41
can: convert to %pK for kptr_restrict support
by Oliver Hartkopp
· 13 years ago
fd0daf9
net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flags
by Michał Mirosław
· 13 years ago
97242c8
netfilter: Fix several warnings in compat_mtw_from_user().
by David Miller
· 13 years ago
9184a9c
netfilter: ipset: fix ip_set_flush return code
by Jozsef Kadlecsik
· 13 years ago
d7b250e
[S390] irq: merge irq.c and s390_ext.c
by Heiko Carstens
· 13 years ago
36a9f77
atm: Drop __TIME__ usage
by Michal Marek
· 14 years ago
14d74e0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd
by Linus Torvalds
· 13 years ago
3f5785e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 13 years ago
2907c35
net: hold rtnl again in dump callbacks
by Eric Dumazet
· 13 years ago
07bd8df
sch_sfq: fix peek() implementation
by Eric Dumazet
· 13 years ago
8b4472c
sctp: fix memory leak of the ASCONF queue when free asoc
by Wei Yongjun
· 13 years ago
f11970e
net: make dev_disable_lro use physical device if passed a vlan dev (v2)
by Neil Horman
· 13 years ago
6dcbbe2
net: move is_vlan_dev into public header file (v2)
by Neil Horman
· 13 years ago
b26f9b9
RDMA/cma: Pass QP type into rdma_create_id()
by Sean Hefty
· 15 years ago
57bb559
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 13 years ago
22e95ac
Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 13 years ago
2a651c7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 13 years ago
1495f23
vmscan: change shrinker API by passing shrink_control struct
by Ying Han
· 13 years ago
e75762f
net/9p: enable 9p to work in non-default network namespace
by Rob Landley
· 13 years ago
fe1cbab
net/9p: p9_idpool_get return -1 on error
by Aneesh Kumar K.V
· 13 years ago
87211cd
9p: remove experimental tag from tested configurations
by Eric Van Hensbergen
· 13 years ago
aca0076
9p: typo fixes and minor cleanups
by Rob Landley
· 13 years ago
961a5a5
net/9p: Change linuxdoc names to match functions.
by Rob Landley
· 14 years ago
956c920
net: fix get_net_ns_by_fd for !CONFIG_NET_NS
by Stephen Rothwell
· 13 years ago
31ec97d
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 13 years ago
cd634fb
libceph: subscribe to osdmap when cluster is full
by Sage Weil
· 13 years ago
7662d8f
libceph: handle new osdmap down/state change encoding
by Sage Weil
· 14 years ago
33eb987
bridge: initialize fake_rtable metrics
by Eric Dumazet
· 13 years ago
b30c516
net: fix __dst_destroy_metrics_generic()
by Eric Dumazet
· 13 years ago
24cf3af
igmp: call ip_mc_clear_src() only when we have no users of ip_mc_list
by Veaceslav Falico
· 13 years ago
be3fc41
net: use synchronize_rcu_expedited()
by Eric Dumazet
· 13 years ago
c4dbe54
seqlock: Get rid of SEQLOCK_UNLOCKED
by Eric Dumazet
· 13 years ago
434d42c
Merge branch 'next' into for-linus
by James Morris
· 13 years ago
71338aa
net: convert %p usage to %pK
by Dan Rosenberg
· 13 years ago
6ac3f66
ipv6: Fix return of xfrm6_tunnel_rcv()
by David S. Miller
· 13 years ago
6c4a5cb
net: filter: Use WARN_RATELIMIT
by Joe Perches
· 13 years ago
8efa885
sch_sfq: avoid giving spurious NET_XMIT_CN signals
by Eric Dumazet
· 13 years ago
418f275
snap: remove one synchronize_net()
by Eric Dumazet
· 13 years ago
19a76fa
net: ping: cleanups ping_v4_unhash()
by Eric Dumazet
· 13 years ago
57d19e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
ee9ec4f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 13 years ago
53ee756
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 13 years ago
a1e4891
Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h"
by Linus Torvalds
· 13 years ago
70c7160
Add appropriate <linux/prefetch.h> include for prefetch users
by Paul Gortmaker
· 13 years ago
ce14f89
pktgen: refactor pg_init() code
by WANG Cong
· 13 years ago
68d5ac2
pktgen: use vzalloc_node() instead of vmalloc_node() + memset()
by WANG Cong
· 13 years ago
c378a9c
ipv4: Give backtrace in ip_rt_bug().
by Dave Jones
· 13 years ago
3137663
net: avoid synchronize_rcu() in dev_deactivate_many
by Eric Dumazet
· 13 years ago
6df427f
net: remove synchronize_net() from netdev_set_master()
by Eric Dumazet
· 13 years ago
ac3d3f8
rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN event
by Amerigo Wang
· 13 years ago
bb8ed63
bridge: call NETDEV_JOIN notifiers when add a slave
by Amerigo Wang
· 13 years ago
120a3d5
ipv4: Include linux/prefetch.h in fib_trie.c
by David S. Miller
· 13 years ago
474b4c4
netlabel: Remove prefetches from list handlers.
by David S. Miller
· 13 years ago
69c867c
caif: Plug memory leak for checksum error
by sjur.brandeland@stericsson.com
· 13 years ago
96796ea
caif: Fix freezes when running CAIF loopback device
by sjur.brandeland@stericsson.com
· 13 years ago
54e90fb
caif: Fixes freeze on Link layer removal.
by sjur.brandeland@stericsson.com
· 13 years ago
0e5a117
caif: Bugfix add check NULL pointer before calling functions.
by sjur.brandeland@stericsson.com
· 13 years ago
5d41452
sctp: Fix build failure.
by David S. Miller
· 13 years ago
0a384b2
garp: use kfree_rcu()
by Eric Dumazet
· 13 years ago
0f6c639
ipv6: copy prefsrc setting when copying route entry
by Florian Westphal
· 13 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 13 years ago
268bb0c
sanitize <linux/prefetch.h> usage
by Linus Torvalds
· 13 years ago
449f454
macvlan: remove one synchronize_rcu() call
by Eric Dumazet
· 13 years ago
eb04f2f
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
034cfe4
networking: NET_CLS_ROUTE4 depends on INET
by Randy Dunlap
· 13 years ago
8ce6eb1
irda: Fix error propagation in ircomm_lmp_connect_response()
by David S. Miller
· 13 years ago
ad63764
irda: Kill set but unused variable 'bytes' in irlan_check_command_param()
by David S. Miller
· 13 years ago
bfad6ef
irda: Kill set but unused variable 'clen' in ircomm_connect_indication()
by David S. Miller
· 13 years ago
ed84cad
rxrpc: Fix set but unused variable 'usage' in rxrpc_get_transport()
by David S. Miller
· 13 years ago
fa7479c
irda: Kill set but unused vars 'saddr' and 'daddr' in irlan_provider_connect_indication()
by David S. Miller
· 13 years ago
2a64255
rxrpc: Fix set but unused variable 'usage' in rxrpc_get_peer().
by David S. Miller
· 13 years ago
c9d10c4
rxrpc: Kill set but unused variable 'local' in rxrpc_UDP_error_handler()
by David S. Miller
· 13 years ago
9e5e10a
rxrpc: Kill set but unused variable 'sp' in rxrpc_process_connection()
by David S. Miller
· 13 years ago
504f284
rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window()
by David S. Miller
· 13 years ago
f06cd54
pkt_sched: Kill set but unused variable 'protocol' in tc_classify()
by David S. Miller
· 13 years ago
5b5ed8a
9p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()
by David S. Miller
· 13 years ago
99517e3
9p: Kill set but not used variable 'ret' in parse_opts()
by David S. Miller
· 13 years ago
3fb72f1
ipconfig wait for carrier
by Micha Nelissen
· 13 years ago
c182f90
SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()
by Jacek Luczak
· 13 years ago
be281e5
ipv6: reduce per device ICMP mib sizes
by Eric Dumazet
· 13 years ago
75e308c
net: ping: fix the coding style
by Changli Gao
· 13 years ago
bb0cd2f
net: ping: make local functions static
by Changli Gao
· 13 years ago
6b60d7b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
9d6fcb0
ceph: check return value for start_request in writepages
by Sage Weil
· 13 years ago
a2a7960
libceph: add missing breaks in addr_set_port
by Sage Weil
· 13 years ago
0417788
libceph: fix TAG_WAIT case
by Sage Weil
· 13 years ago
3145666
libceph: fix osdmap timestamp assignment
by Sage Weil
· 13 years ago
12a2f64
libceph: use snprintf for unknown addrs
by Sage Weil
· 13 years ago
Next »