summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-0619-25/+121
|\
| * ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao2014-01-031-0/+13
| * sctp: Remove outqueue empty stateVlad Yasevich2014-01-021-3/+0
| * net: llc: fix order of evaluation in llc_conn_ac_inc_vr_by_1Daniel Borkmann2014-01-021-1/+1
| * vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2013-12-311-0/+9
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-302-0/+14
| |\
| | * net: Add some clarification to skb_tx_timestamp() comment.David S. Miller2013-12-271-0/+4
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-12-201-0/+5
| | |\
| | | * net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend2013-12-181-0/+5
| | * | ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs2013-12-181-0/+5
| * | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-241-0/+1
| |\ \ \
| | * | | percpu: fix spurious sparse warnings from DEFINE_PER_CPU()Tejun Heo2013-12-051-0/+1
| * | | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-241-0/+1
| |\ \ \ \
| | * | | | libata: implement ATA_HORKAGE_NO_NCQ_TRIM and apply it to Micro M500 SSDsMarc Carino2013-12-171-0/+1
| | |/ / /
| * | | | auxvec.h: account for AT_HWCAP2 in AT_VECTOR_SIZE_BASEArd Biesheuvel2013-12-241-1/+1
| * | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-12-241-1/+1
| |\ \ \ \
| | * | | | IB/core: const'ify inbuf in struct ib_udataYann Droneaud2013-12-161-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-12-221-4/+1
| |\ \ \ \ \
| | * | | | | target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger2013-12-191-0/+1
| | * | | | | target: Remove write-only stats fields and lock from struct se_node_aclRoland Dreier2013-12-111-4/+0
| | |/ / / /
| * | | | | aio/migratepages: make aio migrate pages saneBenjamin LaHaise2013-12-211-1/+2
| * | | | | pstore: Don't allow high traffic options on fragile devicesLuck, Tony2013-12-201-0/+3
| * | | | | mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov2013-12-203-5/+6
| * | | | | mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov2013-12-201-3/+2
| * | | | | Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-12-201-5/+5
| |\ \ \ \ \
| | * | | | | xen/block: Correctly define structures in public headers on ARM32 and ARM64Julien Grall2013-12-131-5/+5
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-191-0/+1
| |\ \ \ \ \ \
| | * | | | | | perf: Document the new transaction sample typeVince Weaver2013-12-171-0/+1
| * | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-12-194-1/+60
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | mm: numa: guarantee that tlb_flush_pending updates are visible before page ta...Mel Gorman2013-12-191-1/+6
| | * | | | | | mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-192-1/+45
| | * | | | | | mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman2013-12-191-0/+9
| | * | | | | | kexec: migrate to reboot cpuVivek Goyal2013-12-191-0/+1
* | | | | | | | tcp: out_of_order_queue do not use its lockEric Dumazet2014-01-061-1/+4
* | | | | | | | net: pkt_sched: PIE AQM schemeVijay Subramanian2014-01-061-0/+25
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-064-0/+385
|\ \ \ \ \ \ \ \
| * | | | | | | | netfilter: REJECT: separate reusable codeEric Leblond2013-12-302-0/+299
| * | | | | | | | netfilter: nf_tables: nft_meta module get/set opsArturo Borrero Gonzalez2013-12-281-0/+2
| * | | | | | | | netfilter: nf_tables: Expose the table usage counter via netlinkTomasz Bursztyka2013-12-171-0/+2
| * | | | | | | | netfilter: nft: add queue moduleEric Leblond2013-12-071-0/+20
| * | | | | | | | netfilter: xt_NFQUEUE: separate reusable codeEric Leblond2013-12-071-0/+62
* | | | | | | | | 8021q: make vlan_pcpu_stats visible without CONFIG_VLAN_8021QHannes Frederic Sowa2014-01-061-19/+19
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-0614-69/+80
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | netfilter: x_tables: lightweight process control group matchingDaniel Borkmann2014-01-032-0/+12
| * | | | | | | | | net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann2014-01-034-15/+9
| * | | | | | | | | net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann2014-01-032-29/+13
| * | | | | | | | | netfilter: nf_conntrack: remove dead codestephen hemminger2014-01-032-3/+0
| * | | | | | | | | netfilter: ipset: remove unused codestephen hemminger2014-01-031-1/+0
| * | | | | | | | | netfilter: nf_nat: add full port randomization supportDaniel Borkmann2014-01-031-4/+8
| * | | | | | | | | netfilter: add IPv4/6 IPComp extension match supportfan.du2013-12-242-0/+17