Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f45a5c267da35174e22cec955093a7513dc1623d
/
include
86fbe9b
net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)
by David Ward
· 12 years ago
febf018
net/802: Implement Multiple Registration Protocol (MRP)
by David Ward
· 12 years ago
d021c34
VSOCK: Introduce VM Sockets
by Andy King
· 12 years ago
fd50231
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
e5e6730
skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE
by Alexander Duyck
· 12 years ago
e06b840
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
f5237f2
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
9c79330
net: usb: fix regression from FLAG_NOARP code
by Lucas Stach
· 12 years ago
7e6c63f
tg3: add support for Ethernet core in bcm4785
by Hauke Mehrtens
· 12 years ago
180996c
ssb: get mac address from sprom struct for gige driver
by Hauke Mehrtens
· 12 years ago
2de27f3
Merge branch 'mlx4'
by David S. Miller
· 12 years ago
16a10ff
net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_en
by Yan Burman
· 12 years ago
2110cf0
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
cd431e7
macvlan: add multicast filter
by Eric Dumazet
· 12 years ago
12b0004
net: adjust skb_gso_segment() for calling in rx path
by Cong Wang
· 12 years ago
e185483
team: allow userspace to take control over carrier
by Flavio Leitner
· 12 years ago
3b72c2f
drivers: net:ethernet: cpsw: add support for VLAN
by Mugunthan V N
· 12 years ago
ca99ca1
netpoll: protect napi_poll and poll_controller during dev_[open|close]
by Neil Horman
· 12 years ago
0f63211
Merge tag 'usb-3.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
ca2eb56
tcp: remove Appropriate Byte Count support
by Stephen Hemminger
· 12 years ago
188d1f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
91c777d
memcg: fix typo in kmemcg cache walk macro
by Glauber Costa
· 12 years ago
631b0cf
mm: fix wrong comments about anon_vma lock
by Yuanhan Liu
· 12 years ago
33397a7
Merge branch 'delete-wanrouter' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by David S. Miller
· 12 years ago
97cc019
bcma: cc: fix (and rename) define of NAND flash type
by Rafał Miłecki
· 12 years ago
83be8ec
Bluetooth: Keep track of UUID type upon addition
by Johan Hedberg
· 12 years ago
6fcdf4f
wanrouter: delete now orphaned header content, files/drivers
by Paul Gortmaker
· 12 years ago
73df66f
ipv6: rename datagram_send_ctl and datagram_recv_ctl
by Tom Parkin
· 12 years ago
955154f
net/mlx4_en: Don't reassign port mac address on firmware that supports it
by Matan Barak
· 12 years ago
bdb0ae6
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
1836768
ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
d3aedd5
ipv6 flowlabel: Convert hash list to RCU.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
70c37bf
net: usbnet: prevent buggy devices from killing us
by Bjørn Mork
· 12 years ago
8f1ca26
bcma: add gpio_to_irq
by Hauke Mehrtens
· 12 years ago
a6ca2e1
ssb: add gpio_to_irq
by Hauke Mehrtens
· 12 years ago
83e6818
efi: Make 'efi_enabled' a function to query EFI facilities
by Matt Fleming
· 12 years ago
20fb9e5
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
0f496df
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 12 years ago
70e94e6
xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
ff88b30
xfrm: Use ipv6_addr_equal() where appropriate.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
f1e7b73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
5c766d6
ipv4: introduce address lifetime
by Jiri Pirko
· 12 years ago
3ef0eb0
net: frag, move LRU list maintenance outside of rwlock
by Jesper Dangaard Brouer
· 12 years ago
6d7b857
net: use lib/percpu_counter API for fragmentation mem accounting
by Jesper Dangaard Brouer
· 12 years ago
d433673
net: frag helper functions for mem limit tracking
by Jesper Dangaard Brouer
· 12 years ago
6e34a8b
net: cacheline adjust struct inet_frag_queue
by Jesper Dangaard Brouer
· 12 years ago
5f8e1e8
net: cacheline adjust struct inet_frags for better frag performance
by Jesper Dangaard Brouer
· 12 years ago
cd39a78
net: cacheline adjust struct netns_frags for better frag performance
by Jesper Dangaard Brouer
· 12 years ago
08433ef
net neigh: Optimize neighbor entry size calculation.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
7ab59dc
drivers/net/phy/micrel_phy: Add support for new PHYs
by David J. Choi
· 12 years ago
5fbee84
netpoll: add RCU annotation to npinfo field
by Cong Wang
· 12 years ago
ce4a600
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 12 years ago
2bf3440
can: rework skb reserved data handling
by Oliver Hartkopp
· 12 years ago
325a86b
Merge tag 'mfd-for-linus-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 12 years ago
4205e6e
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
22f8379
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
cef401d
net: fix possible wrong checksum generation
by Eric Dumazet
· 12 years ago
6155002
Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next
by David S. Miller
· 12 years ago
0e36cbb
net: add RCU annotation to sk_dst_cache field
by Cong Wang
· 12 years ago
cec771d
decnet: use correct RCU API to deref sk_dst_cache field
by Cong Wang
· 12 years ago
a1b1add
gro: Fix kcalloc argument order
by Joe Perches
· 12 years ago
b640bee
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 12 years ago
0a8c290
mfd: da9052/53 lockup fix
by Ashish Jangam
· 12 years ago
ab4e8f8
mfd: rtsx: Add clock divider hook
by Wei WANG
· 12 years ago
d817ac4
mfd: rtsx: Add output voltage switch hook
by Wei WANG
· 12 years ago
e6afa00
can: gw: indicate and count deleted frames due to misconfiguration
by Oliver Hartkopp
· 12 years ago
d904d3e
can: gw: make routing to the incoming CAN interface configurable
by Oliver Hartkopp
· 12 years ago
156c2bb
can: add private data space for CAN sk_buffs
by Oliver Hartkopp
· 12 years ago
a1ef7bd
can: rename LED trigger name on netdev renames
by Kurt Van Dijck
· 12 years ago
bf03a53
can: export a safe netdev_priv wrapper for candev
by Kurt Van Dijck
· 12 years ago
996a953
can: add tx/rx LED trigger support
by Fabio Baltieri
· 12 years ago
da0aa71
USB: add usb_hcd_{start,end}_port_resume
by Alan Stern
· 12 years ago
a28dde6
Merge tag 'for-usb-linus-2012-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus
by Greg Kroah-Hartman
· 12 years ago
77765ea
cfg80211/nl80211: add API for MAC address ACLs
by Vasanthakumar Thiagarajan
· 12 years ago
6d45a74
cfg80211: Move the definition of struct mac_address up
by Vasanthakumar Thiagarajan
· 12 years ago
1496ec1
Merge tag 'fixes-for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
54a3ac0
usb: Using correct way to clear usb3.0 device's remote wakeup feature.
by Lan Tianyu
· 12 years ago
d437c86
ieee80211: define AKM suite selectors type 5, 6 and 7
by Bing Zhao
· 12 years ago
887da91
mac80211: provide the vif in rssi_callback
by Emmanuel Grumbach
· 12 years ago
248152b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 12 years ago
93b9c1d
Merge branch 'testing' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 12 years ago
5ba2495
soreuseport: TCP/IPv6 implementation
by Tom Herbert
· 12 years ago
da5e363
soreuseport: TCP/IPv4 implementation
by Tom Herbert
· 12 years ago
055dc21
soreuseport: infrastructure
by Tom Herbert
· 12 years ago
c296bb4
netfilter: nf_conntrack: refactor l4proto support for netns
by Gao feng
· 12 years ago
6330750
netfilter: nf_conntrack: refactor l3proto support for netns
by Gao feng
· 12 years ago
04d8700
netfilter: nf_ct_proto: move initialization out of pernet_operations
by Gao feng
· 12 years ago
5f69b8f
netfilter: nf_ct_labels: move initialization out of pernet_operations
by Gao feng
· 12 years ago
5e615b2
netfilter: nf_ct_helper: move initialization out of pernet_operations
by Gao feng
· 12 years ago
8684094
netfilter: nf_ct_timeout: move initialization out of pernet_operations
by Gao feng
· 12 years ago
3fe0f94
netfilter: nf_ct_ecache: move initialization out of pernet_operations
by Gao feng
· 12 years ago
73f4001
netfilter: nf_ct_tstamp: move initialization out of pernet_operations
by Gao feng
· 12 years ago
b7ff3a1
netfilter: nf_ct_acct: move initialization out of pernet_operations
by Gao feng
· 12 years ago
83b4dbe
netfilter: nf_ct_expect: move initialization out of pernet_operations
by Gao feng
· 12 years ago
f94161c
netfilter: nf_conntrack: move initialization out of pernet operations
by Gao feng
· 12 years ago
9b008c0
Bluetooth: Add support for reading LE supported states
by Johan Hedberg
· 12 years ago
cf1d081
Bluetooth: Add support for reading LE White List Size
by Johan Hedberg
· 12 years ago
60e7732
Bluetooth: Add LE Local Features reading support
by Johan Hedberg
· 12 years ago
679efe2
Bluetooth: Add helper functions for testing bdaddr types
by Johan Hedberg
· 12 years ago
066433a
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
Next »