index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-03
net/core: generic support for disabling netdev features down stack
Jarod Wilson
1
-0
/
+50
2015-11-03
net: fix percpu memory leaks
Eric Dumazet
5
-18
/
+35
2015-11-03
net: make skb_set_owner_w() more robust
Eric Dumazet
2
-3
/
+23
2015-11-03
bridge: vlan: Use rcu_dereference instead of rtnl_dereference
Ido Schimmel
1
-1
/
+1
2015-11-02
bridge: vlan: Use correct flag name in comment
Ido Schimmel
1
-3
/
+3
2015-11-02
bridge: vlan: Prevent possible use-after-free
Ido Schimmel
1
-0
/
+2
2015-11-02
tcp/dccp: fix ireq->pktopts race
Eric Dumazet
2
-17
/
+17
2015-11-02
RDS: convert bind hash table to re-sizable hashtable
santosh.shilimkar@oracle.com
3
-86
/
+56
2015-11-02
net: rds: changing the return type from int to void
Saurabh Sengar
1
-4
/
+2
2015-11-02
ipv4: use l4 hash for locally generated multipath flows
Paolo Abeni
1
-1
/
+2
2015-11-02
Use 64-bit timekeeping
Tina Ruchandani
1
-5
/
+6
2015-11-01
net: dsa: use switchdev obj for VLAN add/del ops
Vivien Didelot
1
-20
/
+9
2015-11-01
VSOCK: define VSOCK_SS_LISTEN once only
Stefan Hajnoczi
2
-22
/
+19
2015-11-01
ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragment
Hannes Frederic Sowa
1
-4
/
+4
2015-11-01
ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked sockets
Hannes Frederic Sowa
1
-37
/
+33
2015-11-01
ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragment
Hannes Frederic Sowa
1
-3
/
+5
2015-11-01
ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked sockets
Hannes Frederic Sowa
1
-0
/
+1
2015-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-14
/
+38
2015-10-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
4
-16
/
+45
2015-10-30
switchdev: fix: pass correct obj size when deferring obj add
Scott Feldman
1
-2
/
+17
2015-10-30
switchdev: fix: erasing too much of vlan obj when handling multiple vlan specs
Scott Feldman
1
-2
/
+2
2015-10-30
Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
David S. Miller
15
-81
/
+297
2015-10-30
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
7
-47
/
+62
2015-10-30
ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTU
Alexander Duyck
1
-19
/
+27
2015-10-30
switchdev: Add support for flood control
Ido Schimmel
1
-1
/
+4
2015-10-30
bridge: set is_local and is_static before fdb entry is added to the fdb hasht...
Roopa Prabhu
2
-9
/
+10
2015-10-29
ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...
Hannes Frederic Sowa
1
-0
/
+2
2015-10-29
Revert "Merge branch 'ipv6-overflow-arith'"
Hannes Frederic Sowa
1
-5
/
+1
2015-10-28
NFC: nci: non-static functions can not be inline
Robert Dolca
1
-8
/
+8
2015-10-28
mpls: reduce memory usage of routes
Robert Shearman
2
-38
/
+111
2015-10-28
mpls: fix forwarding using v4/v6 explicit null
Robert Shearman
1
-0
/
+2
2015-10-28
RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...
Sowmini Varadhan
1
-2
/
+9
2015-10-28
sock: don't enable netstamp for af_unix sockets
Hannes Frederic Sowa
1
-3
/
+17
2015-10-28
openvswitch: Fix skb leak using IPv6 defrag
Joe Stringer
1
-0
/
+7
2015-10-28
ipv6: Export nf_ct_frag6_consume_orig()
Joe Stringer
1
-0
/
+1
2015-10-28
openvswitch: Fix double-free on ip_defrag() errors
Joe Stringer
3
-6
/
+16
2015-10-28
fib_trie: leaf_walk_rcu should not compute key if key is less than pn->key
Alexander Duyck
1
-1
/
+1
2015-10-27
bluetooth: 6lowpan: fix NOHZ: local_softirq_pending
Alexander Aring
1
-1
/
+1
2015-10-27
net: tso: add support for IPv6
emmanuel.grumbach@intel.com
1
-5
/
+13
2015-10-27
ipv6: gre: support SIT encapsulation
Eric Dumazet
1
-1
/
+2
2015-10-27
Bluetooth: Fix crash on fast disconnect of SCO
Kuba Pawlak
1
-0
/
+5
2015-10-27
ipv6: icmp: include addresses in debug messages
Bjørn Mork
1
-4
/
+8
2015-10-27
NFC: NCI: allow spi driver to choose transfer clock
Vincent Cuissard
1
-1
/
+6
2015-10-27
NFC: NCI: move generic spi driver to a module
Vincent Cuissard
3
-2
/
+7
2015-10-27
NFC: NCI: export nci_send_frame and nci_send_cmd function
Vincent Cuissard
1
-1
/
+3
2015-10-27
NFC: st21nfca: Add support for proprietary commands
Christophe Ricard
1
-0
/
+2
2015-10-27
NFC: st-nci: Add few code style fixes
Christophe Ricard
1
-1
/
+1
2015-10-27
NFC: netlink: Add mode parameter to deactivate_target functions
Christophe Ricard
7
-11
/
+24
2015-10-26
Bluetooth: Fix some obvious coding style issues in the SCO module
Marcel Holtmann
1
-11
/
+19
2015-10-26
Bluetooth: Replace hci_notify with hci_sock_dev_event
Marcel Holtmann
1
-16
/
+9
[next]