Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
38e2a644174e74f948ec4415ae5b5c76f1412b0e
/
net
e8768f9
net: skbuff: don't zero tc members when freeing skb
by Florian Westphal
· 10 years ago
6c032ed
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 10 years ago
a4c9ea5
geneve: Add Geneve GRO support
by Joe Stringer
· 10 years ago
9b174d8
net: Add Transparent Ethernet Bridging GRO support.
by Jesse Gross
· 10 years ago
5405afd
fib_trie: Add tracking value for suffix length
by Alexander Duyck
· 10 years ago
21d1f11
fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child
by Alexander Duyck
· 10 years ago
12c081a
fib_trie: inflate/halve nodes in a more RCU friendly way
by Alexander Duyck
· 10 years ago
fc86a93
fib_trie: Push tnode flushing down to inflate/halve
by Alexander Duyck
· 10 years ago
ff181ed
fib_trie: Push assignment of child to parent down into inflate/halve
by Alexander Duyck
· 10 years ago
f05a481
fib_trie: Add functions should_inflate and should_halve
by Alexander Duyck
· 10 years ago
cf3637b
fib_trie: Move resize to after inflate/halve
by Alexander Duyck
· 10 years ago
345e9b5
fib_trie: Push rcu_read_lock/unlock to callers
by Alexander Duyck
· 10 years ago
98293e8
fib_trie: Use unsigned long for anything dealing with a shift by bits
by Alexander Duyck
· 10 years ago
e9b4401
fib_trie: Update meaning of pos to represent unchecked bits
by Alexander Duyck
· 10 years ago
836a012
fib_trie: Optimize fib_table_insert
by Alexander Duyck
· 10 years ago
939afb0
fib_trie: Optimize fib_find_node
by Alexander Duyck
· 10 years ago
9f9e636
fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables
by Alexander Duyck
· 10 years ago
adaf981
fib_trie: Merge leaf into tnode
by Alexander Duyck
· 10 years ago
37fd30f
fib_trie: Merge tnode_free and leaf_free into node_free
by Alexander Duyck
· 10 years ago
64c9b6f
fib_trie: Make leaf and tnode more uniform
by Alexander Duyck
· 10 years ago
8274a97
fib_trie: Update usage stats to be percpu instead of global variables
by Alexander Duyck
· 10 years ago
bec94d4
gre: allow live address change
by stephen hemminger
· 10 years ago
33f72e6
l2tp : multicast notification to the registered listeners
by Bill Hong
· 10 years ago
886eaa1
tipc: replace 0 by NULL for pointers
by Fabian Frederick
· 10 years ago
2c90331
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
e64b4fb
Bluetooth: Add timing information to ECDH test case runs
by Marcel Holtmann
· 10 years ago
255047b
Bluetooth: Add timing information to SMP test case runs
by Marcel Holtmann
· 10 years ago
fb2969a
Bluetooth: Add LE Secure Connections tests for SMP
by Johan Hedberg
· 10 years ago
cfc4198
Bluetooth: Add legacy SMP tests
by Johan Hedberg
· 10 years ago
0a2b0f0
Bluetooth: Add skeleton for SMP self-tests
by Johan Hedberg
· 10 years ago
0b6415b
Bluetooth: Add support for ECDH test cases
by Johan Hedberg
· 10 years ago
ee48529
Bluetooth: Add support for self testing framework
by Marcel Holtmann
· 10 years ago
4da50de
Bluetooth: Fix const declarations for smp_f5 and smp_f6
by Johan Hedberg
· 10 years ago
dc97a1a
genetlink: A genl_bind() to an out-of-range multicast group should not WARN().
by David S. Miller
· 10 years ago
023e2cf
netlink/genetlink: pass network namespace to bind/unbind
by Johannes Berg
· 10 years ago
c380d9a
genetlink: pass multicast bind/unbind to families
by Johannes Berg
· 10 years ago
7d68536
netlink: call unbind when releasing socket
by Johannes Berg
· 10 years ago
b10dcb3
netlink: update listeners directly when removing socket
by Johannes Berg
· 10 years ago
f8403a2
genetlink: pass only network namespace to genl_has_listeners()
by Johannes Berg
· 10 years ago
02c81ab
netlink: rename netlink_unbind() to netlink_undo_bind()
by Johannes Berg
· 10 years ago
eb46e22
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by David S. Miller
· 10 years ago
5f35227
net: Generalize ndo_gso_check to ndo_features_check
by Jesse Gross
· 10 years ago
2c26d34
net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding
by Jay Vosburgh
· 10 years ago
0f3adea
Bluetooth: Remove BlueFritz! specific check from initialization
by Marcel Holtmann
· 10 years ago
4aa6118
openvswitch: fix odd_ptr_err.cocci warnings
by Wu Fengguang
· 10 years ago
6a8fc95
Bluetooth: Fix accepting connections when not using mgmt
by Johan Hedberg
· 10 years ago
8bfe844
Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDR
by Marcel Holtmann
· 10 years ago
b8fb4e0
net: Reset secmark when scrubbing packet
by Thomas Graf
· 10 years ago
796f2da
net: Fix stacked vlan offload features computation
by Toshiaki Makita
· 10 years ago
997e068
openvswitch: Fix vport_send double free
by Pravin B Shelar
· 10 years ago
cbe7e76
openvswitch: Fix GSO with multiple MPLS label.
by Pravin B Shelar
· 10 years ago
ec449f4
openvswitch: Fix MPLS action validation.
by Pravin B Shelar
· 10 years ago
4cc1bec
mpls: Fix allowed protocols for mpls gso
by Pravin B Shelar
· 10 years ago
d0edc7b
mpls: Fix config check for mpls.
by Pravin B Shelar
· 10 years ago
ceb8d5b
net: Rearrange loop in net_rx_action
by Herbert Xu
· 10 years ago
6bd373e
net: Always poll at least one device in net_rx_action
by Herbert Xu
· 10 years ago
001ce54
net: Detect drivers that reschedule NAPI and exhaust budget
by Herbert Xu
· 10 years ago
726ce70
net: Move napi polling code out of net_rx_action
by Herbert Xu
· 10 years ago
0d16449
batman-adv: avoid NULL dereferences and fix if check
by Antonio Quartulli
· 10 years ago
0402e44
batman-adv: Unify fragment size calculation
by Sven Eckelmann
· 10 years ago
5b6698b
batman-adv: Calculate extra tail size based on queued fragments
by Sven Eckelmann
· 10 years ago
af6dabc
net: drop the packet when fails to do software segmentation or header check
by Jason Wang
· 10 years ago
2dc49d1
tcp6: don't move IP6CB before xfrm6_policy_check()
by Nicolas Dichtel
· 10 years ago
da413ee
packet: Fixed TPACKET V3 to signal poll when block is closed rather than every packet
by Dan Collins
· 10 years ago
72e4a6b
Bluetooth: Remove duplicate constant for RFCOMM PSM
by Marcel Holtmann
· 10 years ago
23b9ceb
Bluetooth: Create debugfs directory for each connection handle
by Marcel Holtmann
· 10 years ago
a8e1bfa
Bluetooth: Store default and maximum LE data length settings
by Marcel Holtmann
· 10 years ago
a9f6068
Bluetooth: Enable basics for LE Data Length Extension feature
by Marcel Holtmann
· 10 years ago
3a5c82b
Bluetooth: Move LE debugfs file creation into hci_debugfs.c
by Marcel Holtmann
· 10 years ago
71c3b60
Bluetooth: Move BR/EDR debugfs file creation into hci_debugfs.c
by Marcel Holtmann
· 10 years ago
40ce72b
Bluetooth: Move common debugfs file creation into hci_debugfs.c
by Marcel Holtmann
· 10 years ago
60c5f5f
Bluetooth: Add skeleton functions for debugfs creation
by Marcel Holtmann
· 10 years ago
50b5b95
Bluetooth: Support static address when BR/EDR has been disabled
by Marcel Holtmann
· 10 years ago
ecb5ec0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
cd1c566
ieee802154: iface: move multiple node type check
by Alexander Aring
· 10 years ago
bd37a78
mac802154: iface: check concurrent ifaces
by Alexander Aring
· 10 years ago
405a261
Bluetooth: Move hci_update_page_scan to hci_request.c
by Johan Hedberg
· 10 years ago
9df7465
Bluetooth: Add return parameter to cmd_complete callbacks
by Johan Hedberg
· 10 years ago
5a154e6
Bluetooth: Fix Add Device to wait for HCI before sending cmd_complete
by Johan Hedberg
· 10 years ago
51ef3eb
Bluetooth: Fix Remove Device to wait for HCI before sending cmd_complete
by Johan Hedberg
· 10 years ago
2cf2221
Bluetooth: Add hci_request support for hci_update_background_scan
by Johan Hedberg
· 10 years ago
71bb99a
Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l2cap socket
by Al Viro
· 10 years ago
96c2665
Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l2cap socket
by Al Viro
· 10 years ago
51bda2b
Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()
by Al Viro
· 10 years ago
004fa5e
Bluetooth: 6lowpan: Do not free skb when packet is dropped
by Jukka Rissanen
· 10 years ago
e3bb504
[regression] chunk lost from bd9b51
by Al Viro
· 10 years ago
0857dd3
Bluetooth: Split hci_request helpers to hci_request.[ch]
by Johan Hedberg
· 10 years ago
1d2dc5b
Bluetooth: Split hci_update_page_scan into two functions
by Johan Hedberg
· 10 years ago
00c845d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
ba2a950
nl802154: introduce support for cca settings
by Alexander Aring
· 10 years ago
7fe9a38
ieee802154: rework cca setting
by Alexander Aring
· 10 years ago
86c8fc4
Merge tag 'mac80211-for-davem-2014-12-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 10 years ago
7dce675
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by David S. Miller
· 10 years ago
1206940
geneve: Fix races between socket add and release.
by Jesse Gross
· 10 years ago
7ed767f
geneve: Remove socket and offload handlers at destruction.
by Jesse Gross
· 10 years ago
a18e6a1
netlink: Don't reorder loads/stores before marking mmap netlink frame as available
by Thomas Graf
· 10 years ago
4682a03
netlink: Always copy on mmap TX.
by David Miller
· 10 years ago
5766650
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 10 years ago
ea8ae25
Bluetooth: Fix bug with filter in service discovery optimization
by Marcel Holtmann
· 10 years ago
715e4cd
libceph: specify position of extent operation
by Yan, Zheng
· 10 years ago
Next »