summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-10-16Bluetooth: Fix remove_device behavior for explicit connectsJohan Hedberg1-1/+6
2015-10-16Bluetooth: Fix LE reconnection logicJohan Hedberg4-12/+8
2015-10-16Bluetooth: Fix reference counting for LE-scan based connectionsJohan Hedberg1-17/+36
2015-10-16Bluetooth: Fix double scan updatesJakub Pawlowski3-5/+15
2015-10-16cfg80211: reg: fix reg_ignore_cell_hint return typeJohannes Berg1-1/+2
2015-10-16cfg80211: reg: reduce chan_reg_rule_print_dbg() ifdefJohannes Berg1-9/+2
2015-10-16cfg80211: reg: fix antenna gain in chan_reg_rule_print_dbg()Johannes Berg1-2/+2
2015-10-16cfg80211: reg: centralize freeing ignored requestsJohannes Berg1-29/+35
2015-10-16cfg80211: reg: clarify 'treatment' handling in reg_process_hint()Johannes Berg1-7/+9
2015-10-16cfg80211: reg: rename reg_regdb_query() to reg_query_builtin()Johannes Berg1-3/+3
2015-10-16cfg80211: reg: make CRDA support optionalJohannes Berg3-73/+114
2015-10-15tipc: update node FSM when peer RESET message is receivedJon Paul Maloy3-6/+13
2015-10-15tipc: send out RESET immediately when link goes downJon Paul Maloy5-8/+19
2015-10-15tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy3-23/+49
2015-10-15tipc: disallow packet duplicates in link deferred queueJon Paul Maloy3-33/+34
2015-10-15tipc: improve sequence number checkingJon Paul Maloy2-15/+13
2015-10-15tipc: simplify tipc_link_rcv() reception loopJon Paul Maloy1-37/+47
2015-10-15tipc: limit usage of temporary skb list during packet receptionJon Paul Maloy1-8/+7
2015-10-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-5/+3
2015-10-15cfg80211: reg: remove useless reg_timeout schedulingJohannes Berg1-8/+2
2015-10-15cfg80211: reg: search built-in database directlyJohannes Berg1-44/+58
2015-10-15cfg80211: reg: rename reg_call_crda to reg_query_databaseJohannes Berg1-5/+5
2015-10-15cfg80211: reg: fix reg_call_crda() return value bugJohannes Berg1-31/+30
2015-10-15cfg80211: reg: remove useless non-NULL checkJohannes Berg1-3/+0
2015-10-15cfg80211: fix gHz to GHzJohannes Berg2-2/+2
2015-10-15switchdev: assert rtnl mutex when going over lower netdevsJiri Pirko1-4/+11
2015-10-15bridge: defer switchdev fdb del call in fdb_del_external_learnJiri Pirko2-1/+7
2015-10-15switchdev: introduce possibility to defer obj_add/delJiri Pirko1-20/+80
2015-10-15switchdev: remove pointers from switchdev objectsJiri Pirko3-6/+9
2015-10-15switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko2-66/+45
2015-10-15switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko2-4/+5
2015-10-15switchdev: introduce switchdev deferred ops infrastructureJiri Pirko1-0/+80
2015-10-15netfilter: nfnetlink_log: validate dependencies to avoid breaking atomicityPablo Neira1-19/+24
2015-10-15netfilter: nfnetlink_log: consolidate check for instance in nfulnl_recv_config()Pablo Neira Ayuso1-23/+5
2015-10-14tipc: move fragment importance field to new header positionJon Paul Maloy1-2/+2
2015-10-14tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet1-2/+2
2015-10-14tcp/dccp: fix potential NULL deref in __inet_inherit_port()Eric Dumazet1-0/+4
2015-10-14ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches1-1/+1
2015-10-14Merge tag 'linux-can-next-for-4.4-20151013' of git://git.kernel.org/pub/scm/l...David S. Miller1-5/+10
2015-10-14Merge tag 'mac80211-for-davem-2015-10-13' of git://git.kernel.org/pub/scm/lin...David S. Miller3-3/+7
2015-10-14mac80211: remove event.cJohannes Berg4-34/+6
2015-10-14mac80211: remove cfg.hJohannes Berg4-11/+2
2015-10-14mac80211: move sta_set_rate_info_rx() and make it staticJohannes Berg3-41/+39
2015-10-14mac80211: clean up ieee80211_rx_h_check_dup codeJohannes Berg1-10/+10
2015-10-14mac80211: remove PM-QoS listenerJohannes Berg8-80/+20
2015-10-14tipc: eliminate risk of stalled link synchronizationJon Paul Maloy1-3/+3
2015-10-14Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"Paolo Abeni2-15/+1
2015-10-14netfilter: ipv6: pointer cast layoutIan Morris1-1/+1
2015-10-14netfilter: ip6_tables: improve if statementsIan Morris1-3/+3
2015-10-13tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet4-18/+26