summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-01-10net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko1-0/+5
2012-01-09net: sk_update_clone is only used in net/core/sock.cStephen Rothwell1-6/+0
2012-01-07net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa1-0/+6
2012-01-07Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds2-1/+3
2012-01-07Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2-6/+19
2012-01-07Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds1-7/+5
2012-01-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+0
2012-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds124-1187/+4566
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-54/+130
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-5/+40
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-93/+272
2012-01-06Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-79/+141
2012-01-06Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+6
2012-01-05net: pack skb_shared_info more efficientlyIan Campbell1-3/+3
2012-01-05net_sched: red: split red_parms into parms and varsEric Dumazet1-43/+55
2012-01-05net_sched: sfq: extend limitsEric Dumazet1-9/+7
2012-01-05netdev: FCoE: Add new ndo_get_fcoe_hbainfo() callNeerav Parikh1-0/+26
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-30/+30
2012-01-05Merge branch 'devel-stable' into for-linusRussell King2-1/+3
2012-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-01-05ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)Neil Horman1-1/+2
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias2-0/+5
2012-01-04NFC: Handle error during NCI data exchangeIlan Elias1-0/+6
2012-01-04NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias2-30/+19
2012-01-04ethtool: Remove ethtool_ops::set_rx_ntuple operationBen Hutchings1-4/+0
2012-01-04ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings1-2/+24
2012-01-04net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h>Javier Martinez Canillas1-0/+25
2012-01-04security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not setJan Kara1-1/+1
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-271/+311
2012-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov1-1/+1
2011-12-31IPv6: Avoid taking write lock for /proc/net/ipv6_routeJosh Hunt1-0/+4
2011-12-31unix_diag: Fixup RQLEN extension reportPavel Emelyanov1-0/+5
2011-12-31af_unix: Move CINQ/COUTQ code to helpersPavel Emelyanov1-0/+3
2011-12-31unix_diag: Add the MEMINFO extensionPavel Emelyanov1-0/+2
2011-12-31inet_diag: Add the SKMEMINFO extensionPavel Emelyanov1-1/+2
2011-12-31sock_diag: Introduce the meminfo nla core (v2)Pavel Emelyanov1-0/+15
2011-12-31unix_diag: Include unix_diag.h into header-y targetPavel Emelyanov2-0/+3
2011-12-31sock_diag: Arrange sock_diag.h such that it is exportable to userspacePavel Emelyanov2-3/+8
2011-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+47
2011-12-30procfs: do not confuse jiffies with cputime64_tAndreas Schwab1-0/+1
2011-12-29ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller1-3/+0
2011-12-29ipv6: Create fast inline ipv6 neigh lookup just like ipv4.David S. Miller1-0/+27
2011-12-29ipv6: Use universal hash for NDISC.David S. Miller3-3/+14
2011-12-27netfilter: xtables: give xt_ecn its own nameJan Engelhardt2-7/+16
2011-12-27netfilter: xtables: move ipt_ecn to xt_ecnJan Engelhardt3-30/+37
2011-12-26KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka1-0/+1
2011-12-25Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller18-84/+149