summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfilter: kill remnants of ulog targetsPaul Bolle2014-07-251-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-228-65/+66
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-07-222-3/+5
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-07-172-3/+5
| | |\
| | | * netfilter: nf_tables: 64bit stats need some extra synchronizationEric Dumazet2014-07-141-2/+4
| | | * netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stalePablo Neira Ayuso2014-07-141-1/+1
| * | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-07-194-24/+49
| |\ \ \
| | * | | locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso2014-07-161-2/+4
| | * | | locking/rwsem: Reduce the size of struct rw_semaphoreJason Low2014-07-161-14/+11
| | * | | locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra2014-07-161-4/+4
| | * | | locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low2014-07-162-1/+9
| | * | | locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low2014-07-163-6/+24
| | * | | locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low2014-07-162-4/+4
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-07-191-36/+10
| |\ \ \ \
| | * \ \ \ Merge branch 'urgent.2014.06.23a' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-06-251-36/+10
| | |\ \ \ \
| | | * | | | rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney2014-06-231-36/+0
| | | * | | | rcu: Export debug_init_rcu_head() and and debug_init_rcu_head()Paul E. McKenney2014-06-231-0/+10
| * | | | | | Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-07-191-2/+2
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | cpufreq: make table sentinel macros unsigned to match useBrian W Hart2014-07-181-2/+2
| | | |_|/ / | | |/| | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-219-152/+69
|\ \ \ \ \ \
| * | | | | | netfilter: nft_log: complete logging supportPablo Neira Ayuso2014-06-271-0/+4
| * | | | | | netfilter: bridge: add generic packet loggerPablo Neira Ayuso2014-06-271-0/+1
| * | | | | | netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso2014-06-271-14/+6
| * | | | | | netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso2014-06-271-0/+28
| * | | | | | netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso2014-06-252-54/+6
| * | | | | | netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso2014-06-251-6/+9
| * | | | | | netfilter: kill ulog targetsPablo Neira Ayuso2014-06-254-89/+0
| * | | | | | netfilter: conntrack: remove timer from ecache extensionFlorian Westphal2014-06-252-3/+29
* | | | | | | net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico2014-07-211-1/+17
* | | | | | | net: use dev->name in netdev_pr* when it's availableVeaceslav Falico2014-07-211-2/+2
* | | | | | | Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt2014-07-181-2/+2
* | | | | | | net: clean up some sparse endianness warnings in ipv6.hJeff Layton2014-07-171-6/+11
* | | | | | | udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held2014-07-171-0/+14
* | | | | | | net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO supportGeir Ola Vaagland2014-07-161-0/+1
* | | | | | | net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland2014-07-164-19/+39
* | | | | | | net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland2014-07-163-8/+32
* | | | | | | net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg supportGeir Ola Vaagland2014-07-162-3/+22
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-1626-55/+91
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-07-161-4/+4
| |\ \ \ \ \ \
| | * | | | | | sched: Fix compiler warningsGuenter Roeck2014-07-021-4/+4
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-07-155-18/+9
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause2014-07-141-1/+0
| | * | | | | | ieee802154: reassembly: fix possible buffer overflowAlexander Aring2014-07-031-1/+1
| | * | | | | | net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai2014-07-031-2/+2
| | * | | | | | net: fix sparse warning in sk_dst_set()Eric Dumazet2014-07-031-1/+1
| | * | | | | | net: fix circular dependency in of_mdio codeDaniel Mack2014-07-021-8/+0
| | * | | | | | ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet2014-07-011-6/+6
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds2014-07-131-1/+0
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'for_3.16/samsung-clk-fixes' of git://git.kernel.org/pub/scm/linux/...Mike Turquette2014-07-021-1/+0
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | clk: exynos5420: Remove aclk66_peric from the clock tree descriptionDoug Anderson2014-06-301-1/+0