summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-22openvswitch: Mark connections new when not confirmed.Joe Stringer1-5/+5
2015-10-22openvswitch: Clarify conntrack COMMIT behaviourJoe Stringer1-1/+2
2015-10-22openvswitch: Reject ct_state masks for unknown bitsJoe Stringer2-12/+9
2015-10-22tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal1-1/+1
2015-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-4/+6
2015-10-22netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen5-28/+11
2015-10-22tipc: conditionally expand buffer headroom over udp tunnelJon Paul Maloy1-0/+5
2015-10-22net: cavium: change NET_VENDOR_CAVIUM to boolAndreas Schwab1-1/+1
2015-10-22tipc: allow non-linear first fragment bufferJon Paul Maloy1-3/+9
2015-10-22openvswitch: Allocate memory for ovs internal device stats.James Morse1-3/+43
2015-10-22net: Really fix vti6 with oif in dst lookupsDavid Ahern2-1/+5
2015-10-22tipc: extend broadcast link window sizeJon Paul Maloy1-3/+5
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg3-22/+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 hci_conn_hash_lookup_le() helper functionJohan Hedberg1-0/+24
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-21xen-netfront: update num_queues to real createdJoe Jin1-7/+7
2015-10-21vsock: fix missing cleanup when misc_register failedGao feng1-3/+4
2015-10-21Merge branch 'mv643xx-fixes'David S. Miller1-8/+40
2015-10-21net: mv643xx_eth: Defer writing the first TX descriptor when using TSOPhilipp Kirchhofer1-3/+23
2015-10-21net: mv643xx_eth: Ensure proper data alignment in TSO TX pathPhilipp Kirchhofer1-5/+17
2015-10-21Merge branch 'tcp-rack'David S. Miller11-86/+286
2015-10-21tcp: use RACK to detect lossesYuchung Cheng5-2/+109
2015-10-21tcp: track the packet timings in RACKYuchung Cheng6-0/+60
2015-10-21tcp: skb_mstamp_after helperYuchung Cheng1-0/+9
2015-10-21tcp: add tcp_tsopt_ecr_before helperYuchung Cheng1-2/+7
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng3-73/+0
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng7-5/+100
2015-10-21tcp: apply Kern's check on RTTs used for congestion controlYuchung Cheng1-4/+1
2015-10-21Merge branch 'smsc-energy-detect'David S. Miller4-9/+50
2015-10-21net: phy: smsc: disable energy detect modeHeiko Schocher2-5/+38
2015-10-21drivers: net: cpsw: add phy-handle parsingHeiko Schocher2-4/+12
2015-10-21bcm63xx_enet: check 1000BASE-T advertisement configurationSimon Arlott1-14/+19
2015-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller16-219/+611
2015-10-21Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg2-9/+44
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: btintel: Enable extra Intel vendor eventsMarcel Holtmann3-9/+92
2015-10-21Bluetooth: btusb: Set manufacturer for Intel bootloader devicesMarcel Holtmann1-1/+3
2015-10-21Bluetooth: Introduce driver specific post init callbackMarcel Holtmann2-1/+5
2015-10-21Bluetooth: hci_uart: Provide initial manufacturer informationMarcel Holtmann6-0/+12
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