summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-04-04Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk1-10/+36
2015-04-04Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk2-0/+8
2015-04-03ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann1-0/+7
2015-04-03Bluetooth: bnep: Return err value while sending cmd is not understoodGrzegorz Kolodziejczyk1-1/+1
2015-04-03netns: don't allocate an id for dead netnsNicolas Dichtel1-1/+3
2015-04-03Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel1-15/+9
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris30-63/+64
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris39-202/+210
2015-04-03ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong1-1/+1
2015-04-03net: move fib_rules_unregister() under rtnl lockWANG Cong6-5/+8
2015-04-03ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong1-0/+5
2015-04-02tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell1-3/+4
2015-04-02tipc: simplify link mtu negotiationJon Paul Maloy4-111/+43
2015-04-02tipc: eliminate delayed link deletion at link failoverJon Paul Maloy5-90/+78
2015-04-02tipc: drop tunneled packet duplicates at receptionJon Paul Maloy1-85/+47
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-66/+87
2015-04-02Bluetooth: Disallow LE local out-of-band data when LE privacy is usedMarcel Holtmann1-6/+19
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-28/+55
2015-04-02dev: set iflink to 0 for virtual interfacesNicolas Dichtel1-0/+4
2015-04-02net: remove iflink field from struct net_deviceNicolas Dichtel1-11/+2
2015-04-02dsa: implement ndo_get_iflinkNicolas Dichtel1-5/+3
2015-04-02vlan: implement ndo_get_iflinkNicolas Dichtel1-1/+8
2015-04-02ipmr,ip6mr: implement ndo_get_iflinkNicolas Dichtel2-2/+12
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel5-5/+13
2015-04-02ip6tnl,gre6,vti6: implement ndo_get_iflinkNicolas Dichtel3-10/+11
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel9-17/+43
2015-04-02Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg2-51/+65
2015-04-02Bluetooth: Move hci_get_cmd_complete() to hci_event.cJohan Hedberg2-51/+58
2015-04-02Bluetooth: Remove unused hci_req_pending() functionJohan Hedberg1-5/+0
2015-04-02Bluetooth: Remove unneeded recv_event variableJohan Hedberg2-15/+0
2015-04-02Bluetooth: Convert hci_req_sync family of function to new request APIJohan Hedberg1-14/+14
2015-04-02Bluetooth: Add second hci_request callback option for full skbJohan Hedberg4-44/+81
2015-04-02Bluetooth: Add clarifying comment to command status handlingJohan Hedberg1-0/+6
2015-04-02netfilter: bridge: really save frag_max_size between PRE and POST_ROUTINGFlorian Westphal1-2/+15
2015-04-02Bluetooth: Export SMP selftest result in debugfsMarcel Holtmann1-9/+34
2015-04-02Bluetooth: Export ECDH selftest result in debugfsMarcel Holtmann1-4/+31
2015-04-02Bluetooth: Restrict BNEP flags to only valid onesMarcel Holtmann1-1/+11
2015-04-02Bluetooth: Restrict HIDP flags to only valid onesMarcel Holtmann1-1/+10
2015-04-02Bluetooth: Restrict CMTP flags to only valid onesMarcel Holtmann1-1/+10
2015-04-02Bluetooth: Expose current Device ID information via debugfsMarcel Holtmann1-0/+26
2015-04-02pkt_sched: fq: correct spelling of locallySimon Horman1-2/+2
2015-04-01mac80211: add an intermediate software queue implementationFelix Fietkau11-19/+350
2015-04-01mac80211: reduce log spam from ieee80211_handle_pwr_constrJohn Linville1-7/+7
2015-04-01mac80211: add standard deviation to Minstrel statsThomas Huehn4-18/+56
2015-04-01mac80211: reduce calculation costs of EWMAThomas Huehn1-1/+6
2015-04-01mac80211: add max lossless throughput per rateThomas Huehn6-69/+93
2015-04-01mac80211: restructure per-rate throughput calculation into functionThomas Huehn6-61/+88
2015-04-01mac80211: improve Minstrel variable & function namingThomas Huehn6-95/+98
2015-04-01mac80211: unify Minstrel & Minstrel-HTs calculation of rate statisticsThomas Huehn3-43/+32
2015-04-01mac80211: add new Minstrel-HT statistic output via csvThomas Huehn2-2/+138