aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-22Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller30-621/+727
2015-10-22VSOCK: sock_put wasn't safe to call in interrupt contextJorgen Hansen2-91/+86
2015-10-22netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann1-2/+2
2015-10-22openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar8-45/+40
2015-10-22openvswitch: Fix incorrect type use.Pravin B Shelar1-3/+3
2015-10-22Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2015-10-22ieee802154: 6lowpan: fix memory leakAlexander Aring1-4/+9
2015-10-22Bluetooth: Make hci_disconnect() behave correctly for all statesJohan Hedberg1-8/+3
2015-10-22Bluetooth: Take advantage of connection abort helpersJohan Hedberg2-104/+11
2015-10-22Bluetooth: Introduce hci_req helper to abort a connectionJohan Hedberg2-0/+97
2015-10-22Bluetooth: Fix crash in SMP when unpairingJohan Hedberg3-0/+30
2015-10-22Bluetooth: Disable auto-connection parameters when unpairingJohan Hedberg1-0/+10
2015-10-21ipv6: gro: support sit protocolEric Dumazet1-0/+12
2015-10-21openvswitch: Serialize nested ct actions if providedJoe Stringer1-4/+10
2015-10-21openvswitch: Mark connections new when not confirmed.Joe Stringer1-5/+5
2015-10-21openvswitch: Reject ct_state masks for unknown bitsJoe Stringer2-12/+9
2015-10-21tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal1-1/+1
2015-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-4/+6
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen4-27/+9
2015-10-21tipc: conditionally expand buffer headroom over udp tunnelJon Paul Maloy1-0/+5
2015-10-21tipc: allow non-linear first fragment bufferJon Paul Maloy1-3/+9
2015-10-21openvswitch: Allocate memory for ovs internal device stats.James Morse1-3/+43
2015-10-21net: Really fix vti6 with oif in dst lookupsDavid Ahern2-1/+5
2015-10-21tipc: extend broadcast link window sizeJon Paul Maloy1-3/+5
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg2-19/+3
2015-10-21Bluetooth: Remove redundant (and possibly wrong) flag clearingJohan Hedberg1-1/+0
2015-10-21Bluetooth: Add hdev helper variable to hci_le_create_connection_cancelJohan Hedberg1-6/+7
2015-10-21Bluetooth: Remove unnecessary indentation in unpair_device()Johan Hedberg1-23/+32
2015-10-21Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg1-1/+1
2015-10-21Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg3-11/+11
2015-10-21Bluetooth: Add le_addr_type() helper functionJohan Hedberg1-38/+18
2015-10-21Adding switchdev ageing notification on port bridgedElad Raz1-0/+12
2015-10-21irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter1-1/+1
2015-10-21vsock: fix missing cleanup when misc_register failedGao feng1-3/+4
2015-10-21tcp: use RACK to detect lossesYuchung Cheng3-2/+91
2015-10-21tcp: track the packet timings in RACKYuchung Cheng4-0/+49
2015-10-21tcp: add tcp_tsopt_ecr_before helperYuchung Cheng1-2/+7
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng2-71/+0
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng4-5/+82
2015-10-21tcp: apply Kern's check on RTTs used for congestion controlYuchung Cheng1-4/+1
2015-10-21Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg1-9/+43
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg11-185/+178
2015-10-21mac80211: move beacon_loss_count into ifmgdJohannes Berg5-14/+12
2015-10-21mac80211: remove sta->last_ack_signalJohannes Berg3-7/+0
2015-10-21Bluetooth: Introduce driver specific post init callbackMarcel Holtmann1-1/+4
2015-10-21Bluetooth: l2cap_disconnection_req priority over shutdownDean Jenkins1-1/+10
2015-10-21Bluetooth: Reorganize mutex lock in l2cap_sock_shutdown()Dean Jenkins1-17/+27
2015-10-21Bluetooth: Unwind l2cap_sock_shutdown()Dean Jenkins1-14/+18
2015-10-216lowpan: put mcast compression in an own functionAlexander Aring1-27/+32
2015-10-216lowpan: rework tc and flow label handlingAlexander Aring1-85/+205