summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-05-24net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2-11/+4
2014-05-24net: Eliminate no_check from protoswTom Herbert1-1/+0
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty3-5/+15
2014-05-23openvswitch: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme1-1/+3
2014-05-23net/mlx4_core: Deprecate use_prio module parameterAmir Vadai1-1/+0
2014-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-35/+22
2014-05-22of: mdio: remove of_phy_connect_fixed_linkFlorian Fainelli1-10/+0
2014-05-22vlan: more careful checksum features handlingMichal Kubeček1-0/+14
2014-05-22net: Add a software TSO helper APIEzequiel Garcia1-0/+20
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller3-11/+192
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell2-5/+12
2014-05-22net: filter: cleanup invocation of internal BPFAlexei Starovoitov1-4/+2
2014-05-21Merge tag 'linux-can-next-for-3.16-20140519' of git://gitorious.org/linux-can...David S. Miller15-42/+59
2014-05-21net: cdc_ncm: fix 64bit division build errorBjørn Mork1-2/+2
2014-05-19netfilter: nf_tables: defer all object release via rcuPablo Neira Ayuso1-0/+2
2014-05-19netfilter: nf_tables: remove skb and nlh from context structurePablo Neira Ayuso1-4/+6
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle elementsPablo Neira Ayuso1-0/+10
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle tablePablo Neira Ayuso1-0/+10
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle chainPablo Neira Ayuso1-0/+17
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle setsPablo Neira Ayuso2-0/+18
2014-05-19netfilter: nf_tables: add message type to transactionsPablo Neira Ayuso1-0/+2
2014-05-19netfilter: nf_tables: generalise transaction infrastructurePablo Neira Ayuso1-4/+11
2014-05-19netfilter: nf_tables: deconstify table and chain in context structurePablo Neira Ayuso1-3/+3
2014-05-19can: unify identifiers to ensure unique include processingOliver Hartkopp14-42/+42
2014-05-19can: add Renesas R-Car CAN driverSergei Shtylyov1-0/+17
2014-05-17net: cdc_ncm: remove redundant "disconnected" flagBjørn Mork1-1/+0
2014-05-17net: cdc_ncm: use sane defaults for rx/tx buffersBjørn Mork1-0/+4
2014-05-17net: cdc_ncm/cdc_mbim: adding NCM protocol statisticsBjørn Mork1-0/+11
2014-05-17net: cdc_ncm: set reasonable padding limitsBjørn Mork1-0/+1
2014-05-17net: cdc_ncm: use true max dgram count for header estimatesBjørn Mork1-9/+1
2014-05-17net: cdc_ncm: use ethtool to tune coalescing settingsBjørn Mork1-1/+5
2014-05-17ieee802154, mac802154: implement devkey record optionPhoebe Buckheister1-0/+1
2014-05-17ieee802154: add netlink interfaces for llsecPhoebe Buckheister1-0/+31
2014-05-17mac802154: add llsec configuration functionsPhoebe Buckheister1-0/+36
2014-05-17ieee802154: add dgram sockopts for security controlPhoebe Buckheister1-1/+9
2014-05-17mac802154: integrate llsec with wpan devicesPhoebe Buckheister1-0/+3
2014-05-17ieee802154: add types for link-layer securityPhoebe Buckheister1-0/+95
2014-05-17of: provide a binding for fixed link PHYsThomas Petazzoni1-0/+15
2014-05-17net: phy: extend fixed driver with fixed_phy_register()Thomas Petazzoni1-0/+11
2014-05-16net: filter: x86: internal BPF JITAlexei Starovoitov1-0/+3
2014-05-15ieee802154: change _cb handling slightlyPhoebe Buckheister1-18/+7
2014-05-15ieee802154: add definitions for link-layer security and header functionsPhoebe Buckheister2-0/+38
2014-05-15net: Fix CONFIG_SYSCTL ifdef test.David S. Miller1-1/+1
2014-05-15net: Use a more standard macro for INET_ADDR_COOKIEJoe Perches1-3/+5
2014-05-14net/mlx4_core: Enforce irq affinity changes immediatlyYuval Atias1-0/+3
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong2-3/+15
2014-05-14net: support marking accepting TCP socketsLorenzo Colitti2-0/+11
2014-05-14net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti4-0/+9
2014-05-14tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng1-7/+7
2014-05-14tcp: simplify fast open cookie processingYuchung Cheng2-13/+1