summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* arp: allow arp processing to honor per interface arp_accept sysctlNeil Horman2012-03-161-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-161-0/+10
|\
| * cfg80211: Add background scan period attribute.Bala Shanmugam2012-03-121-0/+10
* | net: Add memory barriers to prevent possible race in byte queue limitsAlexander Duyck2012-03-121-16/+33
* | net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck2012-03-121-0/+1
* | net: get rid of some pointless casts to sockaddrMaciej Żenczykowski2012-03-111-2/+2
* | net: Use bool in netdevice.h helpers.David S. Miller2012-03-091-26/+26
* | net: Use bool in skbuff.h helper functions.David S. Miller2012-03-091-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-092-0/+10
|\ \
| * \ Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-081-0/+8
| |\ \
| | * \ Merge branch 'fixes-for-grant' of git://sources.calxeda.com/kernel/linux into...Grant Likely2012-02-2747-393/+188
| | |\ \
| | * | | dt: add empty of_find_compatible_node functionShawn Guo2012-02-151-0/+8
| * | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-071-0/+2
| |\ \ \ \
| | * | | | ARM: 7339/1: amba/serial.h: Include types.h for resolving dependency of type ...viresh kumar2012-02-231-0/+2
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-095-19/+127
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | NFC: Add device powered netlink attributeSamuel Ortiz2012-03-061-0/+1
| * | | | | bcma: add support for on-chip OTP memory used for SPROM storageArend van Spriel2012-03-061-1/+9
| * | | | | cfg80211/mac80211: report signal strength for mgmt framesJohannes Berg2012-03-061-0/+6
| * | | | | cfg80211: Add an attribute to set inactivity timeout in AP modeVasanthakumar Thiagarajan2012-03-051-2/+13
| * | | | | {nl,cfg,mac}80211: Implement RSSI threshold for mesh peeringAshok Nagarajan2012-03-051-0/+5
| * | | | | bcma: add support for sprom not found on the deviceHauke Mehrtens2012-03-051-0/+6
| * | | | | bcma: export bcma_find_coreHauke Mehrtens2012-03-051-0/+1
| * | | | | ssb: add some missing sprom attributesHauke Mehrtens2012-03-051-1/+75
| * | | | | ssb: add alpha2Hauke Mehrtens2012-03-051-0/+1
| * | | | | ssb: fix per path sprom varsHauke Mehrtens2012-03-051-1/+1
| * | | | | ssb: remove 5GHz antenna gain from spromHauke Mehrtens2012-03-051-6/+1
| * | | | | ssb: sprom fix some sizes / signednessHauke Mehrtens2012-03-051-8/+8
* | | | | | netfilter: xt_CT: allow to attach timeout policy + glue codePablo Neira Ayuso2012-03-071-0/+12
* | | | | | netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso2012-03-073-1/+117
* | | | | | netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout to arrayPablo Neira Ayuso2012-03-071-1/+4
* | | | | | netfilter: remove ipt_SAME.h and ipt_realm.hWANG Cong2012-03-073-29/+0
* | | | | | netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger2012-03-074-0/+24
* | | | | | netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso2012-03-071-0/+1
* | | | | | netfilter: ctnetlink: add NAT support for expectationsPablo Neira Ayuso2012-03-071-0/+9
* | | | | | netfilter: ctnetlink: allow to set expectation classPablo Neira Ayuso2012-03-071-0/+1
* | | | | | netfilter: ipset: hash:net,iface timeout bug fixedJozsef Kadlecsik2012-03-071-0/+8
* | | | | | netfilter: ipset: Exceptions support added to hash:*net* typesJozsef Kadlecsik2012-03-072-23/+70
* | | | | | netfilter: ipset: Log warning when a hash type of set gets fullJozsef Kadlecsik2012-03-071-4/+18
* | | | | | netfilter: ipset: expose userspace-relevant parts in ip_set.hJan Engelhardt2012-03-071-12/+14
* | | | | | netfilter: ipset: use NFPROTO_ constantsJan Engelhardt2012-03-071-1/+4
* | | | | | net: Use bool for return value of dev_valid_name().David S. Miller2012-03-061-1/+1
* | | | | | net/mlx4: fixing sparse warnings for not declared, functionsYevgeny Petrilin2012-03-061-1/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-056-55/+34
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds2012-03-053-9/+8
| |\ \ \ \ \
| | * | | | | memcg: fix GPF when cgroup removal races with last exitHugh Dickins2012-03-051-5/+0
| | * | | | | vfork: kill PF_STARTINGOleg Nesterov2012-03-051-1/+0
| | * | | | | coredump_wait: don't call complete_vfork_done()Oleg Nesterov2012-03-051-1/+0
| | * | | | | vfork: make it killableOleg Nesterov2012-03-051-1/+1
| | * | | | | vfork: introduce complete_vfork_done()Oleg Nesterov2012-03-051-0/+1
| | * | | | | kmsg_dump: don't run on non-error paths by defaultMatthew Garrett2012-03-051-2/+7