aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-19net: update the usage of CHECKSUM_UNNECESSARYYi Zou1-0/+7
2012-03-19net: do not do gso for CHECKSUM_UNNECESSARY in netif_needs_gsoYi Zou1-1/+2
2012-03-19if_vlan: Remove VLAN_ETH_ALEN define and the 1 use of itJoe Perches1-4/+3
2012-03-19tcp: reduce out_of_order memory useEric Dumazet1-0/+1
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+12
2012-03-16arp: allow arp processing to honor per interface arp_accept sysctlNeil Horman1-0/+1
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville3-47/+19
2012-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+12
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg1-2/+3
2012-03-13cfg80211: clarify timestamp in cfg80211_inform_bssJohannes Berg1-4/+3
2012-03-12net: Add memory barriers to prevent possible race in byte queue limitsAlexander Duyck1-16/+33
2012-03-12net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck1-0/+1
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches1-2/+2
2012-03-12mac80211: remove tx_syncJohannes Berg1-41/+0
2012-03-12cfg80211: Add background scan period attribute.Bala Shanmugam2-0/+13
2012-03-11net: get rid of some pointless casts to sockaddrMaciej Żenczykowski2-3/+3
2012-03-09net: Use bool in netdevice.h helpers.David S. Miller1-26/+26
2012-03-09net: Use bool in skbuff.h helper functions.David S. Miller1-3/+3
2012-03-09ipv4: Make ip_call_ra_chain() return bool.David S. Miller1-1/+1
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+13
2012-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville9-53/+174
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+3
2012-03-08Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+8
2012-03-08sctp: Export sctp_do_peeloffBenjamin Poirier1-0/+1
2012-03-08mac80211: update ieee80211_tx_rate_control kerneldocSimon Wunderlich1-4/+5
2012-03-08route: Remove redirect_genidSteffen Klassert1-1/+0
2012-03-08inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert1-0/+3
2012-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextDavid S. Miller7-288/+607
2012-03-07af_iucv: add shutdown for HS transportUrsula Braun1-0/+1
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan1-34/+33
2012-03-07netfilter: xt_LOG: add __printf() to sb_add()Eric Dumazet1-1/+1
2012-03-07netfilter: xt_CT: allow to attach timeout policy + glue codePablo Neira Ayuso1-0/+12
2012-03-07netfilter: nf_ct_ext: add timeout extensionPablo Neira Ayuso2-0/+82
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso4-1/+128
2012-03-07netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso1-2/+6
2012-03-07netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout to arrayPablo Neira Ayuso1-1/+4
2012-03-07netfilter: remove ipt_SAME.h and ipt_realm.hWANG Cong3-29/+0
2012-03-07netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger4-0/+24
2012-03-07netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso2-0/+14
2012-03-07netfilter: ctnetlink: add NAT support for expectationsPablo Neira Ayuso1-0/+9
2012-03-07netfilter: ctnetlink: allow to set expectation classPablo Neira Ayuso1-0/+1
2012-03-07netfilter: ipset: hash:net,iface timeout bug fixedJozsef Kadlecsik1-0/+8
2012-03-07netfilter: ipset: Exceptions support added to hash:*net* typesJozsef Kadlecsik2-23/+70
2012-03-07netfilter: ipset: Log warning when a hash type of set gets fullJozsef Kadlecsik1-4/+18
2012-03-07netfilter: ipset: expose userspace-relevant parts in ip_set.hJan Engelhardt1-12/+14
2012-03-07netfilter: ipset: use NFPROTO_ constantsJan Engelhardt1-1/+4
2012-03-07Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+2
2012-03-07Bluetooth: Fix coding style in all .h filesGustavo F. Padovan4-39/+39
2012-03-07Bluetooth: Use correct type for userspace exported structsGustavo F. Padovan1-3/+3
2012-03-07Bluetooth: Fix coding style in mgmt.hGustavo F. Padovan1-79/+78