summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-10-16netfilter: ipv4: code indentationIan Morris3-5/+5
2015-10-16netfilter: ipv4: function definition layoutIan Morris2-6/+6
2015-10-16netfilter: ipv4: ternary operator layoutIan Morris2-5/+5
2015-10-16netfilter: ipv4: label placementIan Morris2-2/+2
2015-10-16netfilter: turn NF_HOOK into an inline functionArnd Bergmann1-2/+0
2015-10-16netfilter: nf_queue: remove rcu_read_lock callsFlorian Westphal1-12/+4
2015-10-16netfilter: make nf_queue_entry_get_refs return voidFlorian Westphal3-18/+6
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal15-60/+0
2015-10-16rbd: use writefull op for object size writesIlya Dryomov1-4/+9
2015-10-16net: introduce pre-change upper device notifierJiri Pirko1-0/+9
2015-10-16net: Fix suspicious RCU usage in fib_rebalanceDavid Ahern1-2/+2
2015-10-16tcp/dccp: fix race at listener dismantle phaseEric Dumazet1-22/+49
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet5-6/+12
2015-10-16Revert "inet: fix double request socket freeing"Eric Dumazet2-3/+3
2015-10-16ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau1-15/+5
2015-10-16ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau1-6/+11
2015-10-16Bluetooth: Fix initializing conn_params in scan phaseJakub Pawlowski2-8/+20
2015-10-16Bluetooth: Fix conn_params list update in hci_connect_le_scan_cleanupJohan Hedberg1-4/+19
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-16tipc: update node FSM when peer RESET message is receivedJon Paul Maloy3-6/+13
2015-10-16tipc: send out RESET immediately when link goes downJon Paul Maloy5-8/+19
2015-10-16tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy3-23/+49
2015-10-16tipc: disallow packet duplicates in link deferred queueJon Paul Maloy3-33/+34
2015-10-16tipc: improve sequence number checkingJon Paul Maloy2-15/+13
2015-10-16tipc: simplify tipc_link_rcv() reception loopJon Paul Maloy1-37/+47
2015-10-16tipc: 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-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-15tipc: move fragment importance field to new header positionJon Paul Maloy1-2/+2
2015-10-15tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet1-2/+2
2015-10-15tcp/dccp: fix potential NULL deref in __inet_inherit_port()Eric Dumazet1-0/+4
2015-10-15ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches1-1/+1
2015-10-15Merge tag 'linux-can-next-for-4.4-20151013' of git://git.kernel.org/pub/scm/l...David S. Miller1-5/+10
2015-10-15Merge tag 'mac80211-for-davem-2015-10-13' of git://git.kernel.org/pub/scm/lin...David S. Miller3-3/+7
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-14tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet4-18/+26