Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
28e5297281ab85d636aa814a9b65cfb99375d092
28e5297
tipc: convert config_lock from spinlock to mutex
by Ying Xue
· 12 years ago
3c5db8e
tipc: rename tipc_createport_raw to tipc_createport
by Ying Xue
· 12 years ago
f1733d7
tipc: remove user_port instance from tipc_port structure
by Ying Xue
· 12 years ago
198d73b
tipc: delete code orphaned by new server infrastructure
by Ying Xue
· 12 years ago
7d0ab17
tipc: convert configuration server to use new server facility
by Ying Xue
· 12 years ago
13a2e89
tipc: convert topology server to use new server facility
by Ying Xue
· 12 years ago
c5fa7b3
tipc: introduce new TIPC server infrastructure
by Ying Xue
· 12 years ago
5d21cb7
tipc: allow implicit connect for stream sockets
by Erik Hugne
· 12 years ago
cc79dd1
tipc: change socket buffer overflow control to respect sk_rcvbuf
by Ying Xue
· 12 years ago
8941bbc
tipc: update code comments to reflect new uapi header path
by Ying Xue
· 12 years ago
dafcc43
net: add socket option for low latency polling
by Eliezer Tamir
· 12 years ago
89bf1b5
net: remove NET_LL_RX_POLL config menue
by Eliezer Tamir
· 12 years ago
9a3c71a
net: convert low latency sockets to sched_clock()
by Eliezer Tamir
· 12 years ago
eb6db62
net: change sysctl_net_ll_poll into an unsigned int
by Eliezer Tamir
· 12 years ago
2e0c9e7
net: sctp: sctp_association_init: put refs in reverse order
by Daniel Borkmann
· 12 years ago
c164b83
net: sctp: minor: remove variable in sctp_init_sock
by Daniel Borkmann
· 12 years ago
405426f
net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT first
by Daniel Borkmann
· 12 years ago
f9e42b8
net: sctp: sideeffect: throw BUG if primary_path is NULL
by Daniel Borkmann
· 12 years ago
09ce069
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 12 years ago
93d8fd1
openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()
by Pravin B Shelar
· 12 years ago
b34df5e
openvswitch: make skb->csum consistent with rest of networking stack.
by Pravin B Shelar
· 12 years ago
45bfa52e
openvswitch: Fix struct comment.
by Pravin B Shelar
· 12 years ago
af78416
openvswitch: Fix misspellings in comments and docs.
by Andy Hill
· 12 years ago
34d94f2
openvswitch: fix variable names in comment
by Lorand Jakab
· 12 years ago
91b7514
openvswitch: Unify vport error stats handling.
by Pravin B Shelar
· 12 years ago
cbd531b
openvswitch: Remove unused get_config vport op.
by Jesse Gross
· 12 years ago
f44f340
openvswitch: Immediately exit on error in ovs_vport_cmd_set().
by Jesse Gross
· 12 years ago
948e306d7
net/mlx4: Add VF link state support
by Rony Efraim
· 12 years ago
1d8faf4
net/core: Add VF link state control
by Rony Efraim
· 12 years ago
3dc6475
bcm63xx_enet: add support Broadcom BCM6345 Ethernet
by Florian Fainelli
· 12 years ago
ca4ec90
htb: reorder struct htb_class fields for performance
by Eric Dumazet
· 12 years ago
5f121b9
net-rps: fixes for rps flow limit
by Willem de Bruijn
· 12 years ago
85f1652
tcp: properly send new data in fast recovery in first RTT
by Yuchung Cheng
· 12 years ago
8e99440
sh_eth: remove '__maybe_unused' annotations
by Sergei Shtylyov
· 12 years ago
fe2c633
net: Convert uses of typedef ctl_table to struct ctl_table
by Joe Perches
· 12 years ago
194f4a6
net: make all team port device link events urgent
by Flavio Leitner
· 12 years ago
a06a2d3
net: ping_check_bind_addr() etc. can be static
by Wu Fengguang
· 12 years ago
8c367fc
cxgb4: Do not set net_device::dev_id to VI index
by Ben Hutchings
· 12 years ago
f57855a
macvtap: fix uninitialized return value macvtap_ioctl_set_queue()
by Jason Wang
· 12 years ago
d9a90a3
macvtap: slient sparse warnings
by Jason Wang
· 12 years ago
2c928e0
sctp: Correct byte order of access to skb->{network, transport}_header
by Simon Horman
· 12 years ago
ca15feb
netlink: make compare exist all the time
by Gao feng
· 12 years ago
e3d73bc
net: add doc for ip_early_demux sysctl
by Cong Wang
· 12 years ago
944a137
tun: Turn tun_flow_init() into void fn
by Pavel Emelyanov
· 12 years ago
274038f
tun: Report "persist" flag to userspace
by Pavel Emelyanov
· 12 years ago
7c0cadc
udp: fix two sparse errors
by Eric Dumazet
· 12 years ago
5b9b626
gro: remove a sparse error
by Eric Dumazet
· 12 years ago
4a2e667
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 12 years ago
8f728d7
sh_eth: split 'sh_eth_netdev_ops'
by Sergei Shtylyov
· 12 years ago
c70eba7
igmp: fix new sparse errors
by Eric Dumazet
· 12 years ago
5eaedf3
gianfar: Add backwards compatible Single Queue mode polling
by Claudiu Manoil
· 12 years ago
6602041
sfc: Store port number in private data, not net_device::dev_id
by Ben Hutchings
· 12 years ago
503b47e
ipv4: remove is_data also from ip_options documentation.
by Rami Rosen
· 12 years ago
735d381
team: remove synchronize_rcu() called during port disable
by Jiri Pirko
· 12 years ago
d80b35b
team: use kfree_rcu instead of synchronize_rcu in team_port_dev
by Jiri Pirko
· 12 years ago
6c31ff3
team: remove synchronize_rcu() called during queue override change
by Jiri Pirko
· 12 years ago
dffebd2
doc:networking: Update comment for dev_id field in netdevice.h
by Narendra K
· 12 years ago
32766ff
net: can: Convert to use devm_ioremap_resource
by Tushar Behera
· 12 years ago
eed5d29
net: emaclite: Convert to use devm_ioremap_resource
by Tushar Behera
· 12 years ago
941e173
net: fec: Convert to use devm_ioremap_resource
by Tushar Behera
· 12 years ago
afd6eae
3c59x: consolidate error cleanup in vortex_init_one()
by Sergei Shtylyov
· 12 years ago
3f8b963
veth: remove redundant call of dev_alloc_name
by Hong zhi guo
· 12 years ago
7a6e288
pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skb
by Daniel Borkmann
· 12 years ago
da5bab0
net: udp4: move GSO functions to udp_offload
by Daniel Borkmann
· 12 years ago
946d3bd
igmp: remove unnecessary in_device member zeroing
by Shawn Bohrer
· 12 years ago
e989707
igmp: hash a hash table to speedup ip_check_mc_rcu()
by Eric Dumazet
· 12 years ago
64153ce
net_sched: htb: do not setup default rate estimators
by Eric Dumazet
· 12 years ago
130d3d6
net_sched: psched_ratecfg_precompute() improvements
by Eric Dumazet
· 12 years ago
3899ba9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
8b3e7be
cw1200: Fix an assorted pile of checkpatch warnings.
by Solomon Peachy
· 12 years ago
19db577
cw1200: Eliminate the ETF debug/engineering code.
by Solomon Peachy
· 12 years ago
fa8eeae
cw1200: Remove "ITP" debug subsystem.
by Solomon Peachy
· 12 years ago
45203a3
net_sched: add 64bit rate estimators
by Eric Dumazet
· 12 years ago
b41abb4
net: pass correct parameter to skb_headers_offset_update()
by Peter Pan(潘卫平)
· 12 years ago
da12c90
netlink: Add compare function for netlink_table
by Gao feng
· 12 years ago
8249152
xen-netfront: use skb_partial_csum_set() to simplify the codes
by Li RongQing
· 12 years ago
2e42206
Merge branch 'bridge_flags'
by David S. Miller
· 12 years ago
867a594
bridge: Add a flag to control unicast packet flood.
by Vlad Yasevich
· 12 years ago
9ba1889
bridge: Add flag to control mac learning.
by Vlad Yasevich
· 12 years ago
30f3a40
net: remove last caller of skb_tail_offset() and itself
by Cong Wang
· 12 years ago
0a4db18
Merge branch 'll_poll'
by David S. Miller
· 12 years ago
7e15b90
ixgbe: add extra stats for ndo_ll_poll
by Eliezer Tamir
· 12 years ago
5a85e73
ixgbe: add support for ndo_ll_poll
by Eliezer Tamir
· 12 years ago
d30e383
tcp: add low latency socket poll support.
by Eliezer Tamir
· 12 years ago
a5b5047
udp: add low latency socket poll support
by Eliezer Tamir
· 12 years ago
0602129
net: add low latency socket poll
by Eliezer Tamir
· 12 years ago
af12fa6
net: add napi_id and hash
by Eliezer Tamir
· 12 years ago
6f00a02
bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switch
by Maxime Bizon
· 12 years ago
0ae99b5
bcm63xx_enet: split DMA channel register accesses
by Maxime Bizon
· 12 years ago
7260aac
bcm63xx_enet: implement reset autoneg ethtool callback
by Maxime Bizon
· 12 years ago
10af87c
rt2x00: rt2x00queue: initialize data_queue fields earlier
by Gabor Juhos
· 12 years ago
ec71997
rtlwifi: initialize local array and set value.
by Yunlian Jiang
· 12 years ago
7601502
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
by John W. Linville
· 12 years ago
f7a01ca
cw1200: handle allocation failure in wsm_event_indication()
by Dan Carpenter
· 12 years ago
f28bc92
cw1200: read beyond end of array in debug code
by Dan Carpenter
· 12 years ago
aa63e18
cw1200: Sanity-check arguments in copy_from_user()
by Solomon Peachy
· 12 years ago
cc2588e
cw1200: hwio: Remove an unnecessary goto
by Joe Perches
· 12 years ago
df09b36
macvtap: enable multiqueue flag
by Jason Wang
· 12 years ago
815f236
macvtap: add TUNSETQUEUE ioctl
by Jason Wang
· 12 years ago
376b1aa
macvtap: eliminate linear search
by Jason Wang
· 12 years ago
Next »