aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-23VSOCK: constify vmci_transport_notify_ops structuresJulia Lawall4-5/+6
2015-11-23net: atm: constify in_cache_ops and eg_cache_ops structuresJulia Lawall2-4/+4
2015-11-23net: ipmr: factor out common vif init codeNikolay Aleksandrov1-21/+19
2015-11-23net: ipmr: rearrange and cleanup setsockoptNikolay Aleksandrov1-84/+107
2015-11-23net: ipmr: drop ip_mr_init() mrt_cachep null check as we'll panic if it failsNikolay Aleksandrov1-2/+0
2015-11-23net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLESNikolay Aleksandrov1-2/+2
2015-11-23net: ipmr: make ip_mroute_getsockopt more understandableNikolay Aleksandrov1-14/+14
2015-11-23net: ipmr: fix code and comment styleNikolay Aleksandrov1-105/+37
2015-11-23net: ipmr: remove some pimsm ifdefs and simplifyNikolay Aleksandrov1-96/+84
2015-11-23net: ipmr: always define mroute_reg_vif_numNikolay Aleksandrov1-8/+0
2015-11-23net: ipmr: move the tbl id check in ipmr_new_tableNikolay Aleksandrov1-11/+17
2015-11-23net/hsr: fix a warning messageDan Carpenter1-1/+1
2015-11-23unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-19/+164
2015-11-23cgroups: Allow dynamically changing net_classidNina Schiff1-8/+18
2015-11-23net: dsa: Add support for a switch reset gpioAndrew Lunn1-0/+17
2015-11-23Bluetooth: Increment management interface revisionJohan Hedberg1-1/+1
2015-11-23Bluetooth: Fix powering on with privacy and advertisingAndrzej Kaczmarek1-7/+7
2015-11-23Bluetooth: Fix returning proper HCI status from __hci_req_syncJohan Hedberg1-1/+7
2015-11-22net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-11-22net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-11-22net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann1-0/+2
2015-11-22net: IPv6 fib lookup tracepointDavid Ahern2-0/+14
2015-11-22Bluetooth: Add support for Get Advertising Size Information commandMarcel Holtmann1-0/+58
2015-11-22Bluetooth: Simplify if statements in tlv_data_is_valid functionMarcel Holtmann1-9/+11
2015-11-22Bluetooth: Add instance range check for Add Advertising commandMarcel Holtmann1-0/+4
2015-11-20net: avoid NULL deref in napi_get_frags()Eric Dumazet1-2/+4
2015-11-20tipc: correct settings of broadcast link stateJon Paul Maloy1-0/+2
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy6-133/+133
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy7-345/+415
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy7-461/+462
2015-11-20tipc: convert node lock to rwlockJon Paul Maloy3-133/+136
2015-11-20tipc: introduce per-link spinlockJon Paul Maloy3-26/+25
2015-11-20tipc: reduce code dependency between binding table and node layerJon Paul Maloy6-67/+74
2015-11-20tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy1-3/+2
2015-11-20tipc: move linearization of buffers to generic codeJon Paul Maloy3-5/+3
2015-11-20tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet1-3/+19
2015-11-20tcp: fix Fast Open snmp over-counting bugYuchung Cheng1-1/+1
2015-11-20tcp: disable Fast Open on timeouts after handshakeYuchung Cheng1-0/+12
2015-11-20mac80211: always set the buf_size in AddBA req to 64Gregory Greenman1-1/+2
2015-11-20mac80211: ensure we don't update tx power on a non-running sdataEmmanuel Grumbach1-1/+2
2015-11-19Bluetooth: remove unneeded variable in l2cap_stream_rxPrasanna Karthik1-3/+1
2015-11-19Bluetooth: Clean up hci_core codePrasanna Karthik1-3/+4
2015-11-19Bluetooth: clean up af_bluetooth codePrasanna Karthik1-2/+2
2015-11-19Bluetooth: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring1-2/+1
2015-11-19mac802154: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring1-2/+1
2015-11-19Bluetooth: Simplify request cleanup codeJohan Hedberg2-3/+3
2015-11-19Bluetooth: Remove conn_unfinished variable from hci_connect_le()Johan Hedberg1-36/+12
2015-11-19Bluetooth: Move check for ongoing connect earlier in hci_connect_le()Johan Hedberg1-6/+6
2015-11-19Bluetooth: Fix specifying role for LE connectionsJohan Hedberg3-12/+10
2015-11-19Bluetooth: Remove unnecessary le_scan_restart_work_complete() functionJohan Hedberg1-36/+24