summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-08-26wireless: core: Reorder wiphy_register() notifications relevantlyTomasz Bursztyka1-4/+3
2014-08-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville12-548/+766
2014-08-23mac80211: fix channel switch for chanctx-based driversMichal Kazior1-1/+1
2014-08-22net: sctp: fix suboptimal edge-case on non-active active/retrans path selectionDaniel Borkmann1-6/+3
2014-08-22net: sctp: spare unnecessary comparison in sctp_trans_elect_bestDaniel Borkmann1-1/+1
2014-08-22openvswitch: fix panic with multiple vlan headersJiri Benc1-0/+5
2014-08-22net: ipv6: fib: don't sleep inside atomic lockBenjamin Block1-1/+1
2014-08-22sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probezhuyj1-0/+1
2014-08-22packet: handle too big packets for PACKET_V3Eric Dumazet2-0/+18
2014-08-22lec: Use rtnl lock/unlock when updating MTUchas williams - CONTRACTOR1-0/+2
2014-08-19tipc: Fix build.David S. Miller1-1/+2
2014-08-19cbq: now_rt removalVasily Averin1-10/+1
2014-08-19cbq: incorrectly low bandwidth setting blocks limited trafficVasily Averin1-24/+13
2014-08-17tipc: fix message importance range checkErik Hugne2-2/+4
2014-08-17batman-adv: Fix parameter order of hlist_add_behindSven Eckelmann1-1/+1
2014-08-15netlink: Annotate RCU locking for seq_file walkerThomas Graf1-0/+2
2014-08-15tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell1-5/+3
2014-08-15tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa2-5/+10
2014-08-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell3-4/+6
2014-08-15sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani1-3/+3
2014-08-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin2-8/+11
2014-08-14Bluetooth: Fix ERTM L2CAP resend packetLukasz Rymanowski1-3/+5
2014-08-14Bluetooth: Improve data packing in SAR modeLukasz Rymanowski1-4/+1
2014-08-14mac802154: common tx error pathVarka Bhadram1-7/+8
2014-08-14ieee802154: 6lowpan: remove unused functionAlexander Aring1-8/+0
2014-08-14mac802154: common error pathVarka Bhadram1-4/+6
2014-08-14mac802154: cleanup in rx pathVarka Bhadram1-3/+2
2014-08-14Bluetooth: Make smp_chan_destroy() private to smp.cJohan Hedberg2-52/+50
2014-08-14Bluetooth: Always call smp_distribute_keys() from a workqueueJohan Hedberg1-16/+26
2014-08-14Bluetooth: Move canceling security_timer into smp_chan_destroy()Johan Hedberg1-6/+6
2014-08-14Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg1-17/+1
2014-08-14Bluetooth: Add SMP-internal timeout callbackJohan Hedberg1-9/+43
2014-08-14Bluetooth: Fix double free of SMP data skbJohan Hedberg1-7/+6
2014-08-14Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback failsJohan Hedberg1-1/+19
2014-08-14Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg1-0/+25
2014-08-14Bluetooth: Use L2CAP resume callback to call smp_distribute_keysJohan Hedberg3-191/+196
2014-08-14Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg3-67/+66
2014-08-14Bluetooth: Make AES crypto context private to SMPJohan Hedberg3-27/+32
2014-08-14Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg1-1/+130
2014-08-14Bluetooth: Move SMP (de)initialization to smp.cJohan Hedberg3-30/+31
2014-08-14Bluetooth: Move SMP initialization after HCI initJohan Hedberg1-7/+3
2014-08-14Bluetooth: Refactor SMP (de)initialization into separate functionsJohan Hedberg1-12/+34
2014-08-14Bluetooth: Fix IRK lookup when tfm_aes is not availableJohan Hedberg1-0/+3
2014-08-14Bluetooth: Fix hci_update_random_address() error return for no cryptoJohan Hedberg1-0/+6
2014-08-14Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP contextJohan Hedberg1-1/+1
2014-08-14Bluetooth: Call l2cap_le_conn_ready after notifying channelsJohan Hedberg1-3/+3
2014-08-14Bluetooth: Call L2CAP teardown callback before clearing chan->connJohan Hedberg1-2/+2
2014-08-14Bluetooth: Move parts of fixed channel initialization to l2cap_add_scidJohan Hedberg2-9/+4
2014-08-14Bluetooth: Remove special ATT data channel handlingJohan Hedberg1-79/+0
2014-08-14Bluetooth: Improve fixed channel lookup based on link typeJohan Hedberg1-3/+8