summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-08-02netfilter: nf_nat: make unique_tuple return voidChangli Gao1-4/+4
2010-08-02ipvs: provide default ip_vs_conn_{in,out}_get_protoSimon Horman1-0/+12
2010-08-02netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist()Changli Gao1-2/+7
2010-07-23xt_quota: report initial quota value instead of current value to userspaceChangli Gao1-1/+1
2010-07-23netfilter: add xt_cpu matchEric Dumazet2-1/+13
2010-07-23IPVS: make FTP work with full NAT supportHannes Eder1-2/+0
2010-07-23netfilter: xt_ipvs (netfilter matcher for IPVS)Hannes Eder2-0/+28
2010-07-16netfilter: correct CHECKSUM header and export itMichael S. Tsirkin2-3/+6
2010-07-15netfilter: add CHECKSUM targetMichael S. Tsirkin1-0/+18
2010-07-15nfnetlink_log: do not expose NFULNL_COPY_DISABLED to user-spacePablo Neira Ayuso2-1/+3
2010-07-04netdevice.h: Change netif_<level> macros to call netdev_<level> functionsJoe Perches1-7/+13
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches1-19/+17
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches1-26/+86
2010-07-04vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatJoe Perches1-0/+5
2010-07-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller5-4/+18
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-14/+63
2010-07-01ethtool: Add support for control of RX flow hash indirectionBen Hutchings1-0/+15
2010-07-01ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-1/+1
2010-07-01fragment: add fast path for in-order fragmentsChangli Gao1-0/+1
2010-07-01snmp: 64bit ipstats_mib for all archesEric Dumazet3-16/+91
2010-06-30net/neighbour.h: fix typoKulikov Vasiliy1-1/+1
2010-06-30eeprom_93cx6: Add support for 93c86 EEPROMs.Gertjan van Wingerde1-0/+1
2010-06-29caif-driver: Add CAIF-SPI Protocol driver.Sjur Braendeland1-0/+153
2010-06-29act_mirred: don't clone skb when skb isn't sharedChangli Gao1-2/+9
2010-06-29macvlan: 64 bit rx countersEric Dumazet1-7/+12
2010-06-29net: u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh()Eric Dumazet1-15/+44
2010-06-29net: u64_stats_sync improvementsEric Dumazet1-1/+5
2010-06-28netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC headerPatrick McHardy2-2/+4
2010-06-27syncookies: add support for ECNFlorian Westphal1-1/+1
2010-06-26snmp: add align parameter to snmp_mib_init()Eric Dumazet1-1/+1
2010-06-26net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer1-0/+48
2010-06-25netfilter: xt_connbytes: Force CT accounting to be enabledTim Gardner1-0/+12
2010-06-25broadcom: Add 5241 supportDmitry Baryshkov1-0/+1
2010-06-25broadcom: move all PHY_ID's to headerDmitry Baryshkov1-0/+6
2010-06-24nl80211: Add option to adjust transmit powerJuuso Oikarinen1-0/+9
2010-06-24cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsJuuso Oikarinen2-14/+14
2010-06-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-06-24net - IP_NODEFRAG option for IPv4 socketJiri Olsa2-1/+3
2010-06-23net: Introduce u64_stats_sync infrastructureEric Dumazet1-0/+107
2010-06-23net: Fix a typo in netlink.hJustin P. Mattock1-1/+1
2010-06-23snmp: fix SNMP_ADD_STATS()Eric Dumazet1-1/+1
2010-06-22IPVS: one-packet schedulingNick Chalk1-0/+2
2010-06-21mac80211: Add interface for driver to temporarily disable dynamic psJuuso Oikarinen1-0/+39
2010-06-21caif: Add debug connection type for CAIF.Sjur Braendeland1-0/+34
2010-06-21caif: Use link layer MTU instead of fixed MTUSjur Braendeland3-12/+18
2010-06-21caif: Bugfix - RFM must support segmentation.Sjur Braendeland1-2/+7
2010-06-21caif: Bugfix not all services uses flow-ctrl.Sjur Braendeland1-2/+4
2010-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-46/+30
2010-06-17netfilter: nf_nat: support user-specified SNAT rules in LOCAL_INPatrick McHardy1-2/+0
2010-06-17udp: Add UFO to NETIF_F_SOFTWARE_GSOHerbert Xu1-1/+2