summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netlink: Don't reorder loads/stores before marking mmap netlink frame as avai...Thomas Graf2014-12-181-1/+1
* netlink: Always copy on mmap TX.David Miller2014-12-181-36/+16
* net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz2014-12-161-0/+5
* ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()Thomas Graf2014-12-161-0/+3
* ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()Thomas Graf2014-12-161-0/+6
* Merge tag 'master-2014-12-15' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-12-166-54/+123
|\
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-12-156-54/+123
| |\
| | * Bluetooth: Fix mgmt response status when removing adapterJohan Hedberg2014-12-121-3/+15
| | * Bluetooth: Fix enabling BR/EDR SC when powering onJohan Hedberg2014-12-121-0/+5
| | * Bluetooth: Fix notifying mgmt power off before flushing connection listJohan Hedberg2014-12-111-8/+6
| | * Bluetooth: Fix incorrect pending cmd removal in pairing_complete()Johan Hedberg2014-12-111-13/+25
| | * Bluetooth: Fix calling hci_conn_put too earlyJohan Hedberg2014-12-111-2/+2
| | * Bluetooth: Fix check for support for page scan related commandsMarcel Holtmann2014-12-111-10/+10
| | * Bluetooth: Fix missing hci_dev_lock/unlock in hci_eventJaganath Kanakkassery2014-12-111-0/+20
| | * Bluetooth: Fix missing hci_dev_lock/unlock in mgmt req_complete()Jaganath Kanakkassery2014-12-112-6/+14
| | * Bluetooth: fix err_cast.cocci warningsFengguang Wu2014-12-091-1/+1
| | * Bluetooth: Fix generation of non-resolvable private addressesMarcel Holtmann2014-12-083-8/+20
| | * Bluetooth: Check for force_lesc_support before rejecting SMP over BR/EDRMarcel Holtmann2014-12-071-1/+2
| | * Bluetooth: Check for force_lesc_support when enabling SMP over BR/EDRMarcel Holtmann2014-12-061-2/+3
* | | rds: Fix min() warning in rds_message_inc_copy_to_user()Geert Uytterhoeven2014-12-151-1/+2
* | | gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs2014-12-151-4/+5
|/ /
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-143-3/+0
|\ \
| * \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-033-3/+0
| |\ \
| | * | net: rfkill: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
| | * | net: dsa: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-131-4/+20
|\ \ \ \
| * | | | crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2014-11-251-4/+20
* | | | | fib_trie: Fix trie balancing issue if new node pushes down existing nodeAlexander Duyck2014-12-121-1/+2
* | | | | vlan: Add ability to always enable TSO/UFOToshiaki Makita2014-12-121-3/+4
* | | | | net: dsa: propagate error code from dsa_slave_phy_setupFlorian Fainelli2014-12-111-4/+11
* | | | | net: dsa: handle non-existing PHYs on switch internal busFlorian Fainelli2014-12-111-0/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-11437-10163/+23145
|\ \ \ \ \
| * | | | | net: sock: fix access via invalid file descriptorAlexei Starovoitov2014-12-101-2/+2
| * | | | | net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-108-15/+10
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-108-24/+29
| |\ \ \ \ \
| | * | | | | net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu2014-12-091-1/+1
| | * | | | | tcp: fix more NULL deref after prequeue changesEric Dumazet2014-12-092-16/+16
| | * | | | | Update old iproute2 and Xen Remus linksAndrew Shewmaker2014-12-091-3/+4
| | * | | | | net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann2014-12-091-2/+2
| | * | | | | openvswitch: Fix flow mask validation.Pravin B Shelar2014-12-051-2/+2
| | * | | | | gre: Set inner mac header in gro completeTom Herbert2014-12-051-0/+3
| * | | | | | irda: Convert function pointer arrays and uses to constJoe Perches2014-12-104-13/+15
| * | | | | | llc: Make llc_sap_action_t function pointer arrays constJoe Perches2014-12-102-11/+11
| * | | | | | llc: Make llc_conn_ev_qfyr_t function pointer arrays constJoe Perches2014-12-102-120/+120
| * | | | | | llc: Make function pointer arrays constJoe Perches2014-12-102-236/+236
| * | | | | | net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann2014-12-101-2/+2
| * | | | | | netlink: use jhash as hashfn for rhashtableDaniel Borkmann2014-12-101-1/+1
| * | | | | | tipc: fix broadcast wakeup contention after congestionRichard Alpe2014-12-102-5/+5
| * | | | | | net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2014-12-102-8/+68
| * | | | | | net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck2014-12-101-40/+77
OpenPOWER on IntegriCloud