aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-19netfilter: nf_tables: refactor chain statistic routinesPablo Neira Ayuso1-21/+24
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle setsPablo Neira Ayuso4-18/+133
2014-05-19netfilter: nf_tables: add message type to transactionsPablo Neira Ayuso2-31/+45
2014-05-19netfilter: nf_tables: relocate commit and abort routines in the source filePablo Neira Ayuso1-80/+80
2014-05-19netfilter: nf_tables: generalise transaction infrastructurePablo Neira Ayuso2-58/+80
2014-05-19netfilter: nf_tables: deconstify table and chain in context structurePablo Neira Ayuso2-32/+32
2014-05-19can: gs_usb: Added support for the GS_USB CAN devicesMaximilian Schneider3-0/+980
2014-05-19can: add documentation for CAN filter usage optimisationOliver Hartkopp1-0/+35
2014-05-19can: add hash based access to single EFF frame filtersOliver Hartkopp3-9/+75
2014-05-19can: proc: make array printing function indenpendent from sff framesOliver Hartkopp2-13/+19
2014-05-19can: unify identifiers to ensure unique include processingOliver Hartkopp14-42/+42
2014-05-19can: add Renesas R-Car CAN driverSergei Shtylyov4-0/+904
2014-05-19can: c_can: add hwinit support for non-TI devicesPavel Machek2-4/+38
2014-05-19can: c_can: Add and make use of 32-bit accesses functionsPavel Machek4-10/+60
2014-05-19can: c_can: make {read,write}_reg functions constPavel Machek3-13/+13
2014-05-19can: pch_can: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-19can: mscan: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-19can: at91_can: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-19can: mcp251x: fix coccinelle warningsDan Carpenter1-1/+1
2014-05-18net: ethernet: ibm: ehea: ehea_qmr.c: Fix for possible null pointer dereferenceRickard Strandqvist1-1/+3
2014-05-18net: rds: Use time_after() for time comparisonManuel Schölling2-4/+4
2014-05-18net: 8390: use time_after() for time comparisonManuel Schölling1-2/+2
2014-05-18net/mlx4_en: Fix uninitialized use of 'port_up' in mlx4_en_set_channels()Christian Engelmayer1-1/+1
2014-05-18ipv4: minor spelling fixstephen hemminger1-1/+1
2014-05-18bridge: fix spelling of promiscuousstephen hemminger1-1/+1
2014-05-18net: bridge: fix buildAlexei Starovoitov1-1/+1
2014-05-18batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2014-05-18batman-adv: remove semi-colon after macro definitionAntonio Quartulli2-4/+4
2014-05-18batman-adv: add blank line between declarations and the rest of the codeAntonio Quartulli4-0/+21
2014-05-16net: cdc_ncm: do not start timer on an empty skbBjørn Mork1-2/+2
2014-05-16net: cdc_ncm: remove redundant "disconnected" flagBjørn Mork3-31/+2
2014-05-16net: cdc_ncm: fix argument alignmentBjørn Mork1-6/+6
2014-05-16net: cdc_ncm: use sane defaults for rx/tx buffersBjørn Mork2-2/+14
2014-05-16net: cdc_ncm/cdc_mbim: adding NCM protocol statisticsBjørn Mork3-0/+108
2014-05-16net: cdc_ncm: set reasonable padding limitsBjørn Mork2-2/+7
2014-05-16net: cdc_ncm: use true max dgram count for header estimatesBjørn Mork2-12/+7
2014-05-16net: cdc_ncm: use ethtool to tune coalescing settingsBjørn Mork2-3/+74
2014-05-16net: cdc_ncm: support rx_max/tx_max updates when runningBjørn Mork1-6/+25
2014-05-16net: cdc_ncm: split .bind device initializationBjørn Mork1-17/+19
2014-05-16net: cdc_ncm: factor out one-time device initializationBjørn Mork1-96/+155
2014-05-16net: cdc_ncm: split out rx_max/tx_max update of setupBjørn Mork1-31/+57
2014-05-16pktgen: Use seq_puts() where seq_printf() is not neededThomas Graf1-25/+25
2014-05-16ieee802154, mac802154: implement devkey record optionPhoebe Buckheister2-0/+39
2014-05-16ieee802154: add netlink interfaces for llsecPhoebe Buckheister5-0/+893
2014-05-16mac802154: propagate device address changes to llsecPhoebe Buckheister2-3/+47
2014-05-16mac802154: add llsec configuration functionsPhoebe Buckheister4-0/+274
2014-05-16ieee802154: add dgram sockopts for security controlPhoebe Buckheister2-1/+75
2014-05-16mac802154: integrate llsec with wpan devicesPhoebe Buckheister3-28/+103
2014-05-16mac802154: add llsec decryption methodPhoebe Buckheister2-0/+248
2014-05-16mac802154: add llsec encryption methodPhoebe Buckheister2-0/+255