aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.Sucheta Chakraborty2-4/+7
2014-05-22net/mlx4_core: Deprecate use_prio module parameterAmir Vadai1-1/+0
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-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell1-2/+4
2014-05-21net: 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/linux-can-nextDavid S. Miller9-24/+41
2014-05-21net: cdc_ncm: fix 64bit division build errorBjørn Mork1-2/+2
2014-05-19can: unify identifiers to ensure unique include processingOliver Hartkopp8-24/+24
2014-05-19can: add Renesas R-Car CAN driverSergei Shtylyov1-0/+17
2014-05-16net: cdc_ncm: remove redundant "disconnected" flagBjørn Mork1-1/+0
2014-05-16net: cdc_ncm: use sane defaults for rx/tx buffersBjørn Mork1-0/+4
2014-05-16net: cdc_ncm/cdc_mbim: adding NCM protocol statisticsBjørn Mork1-0/+11
2014-05-16net: cdc_ncm: set reasonable padding limitsBjørn Mork1-0/+1
2014-05-16net: cdc_ncm: use true max dgram count for header estimatesBjørn Mork1-9/+1
2014-05-16net: cdc_ncm: use ethtool to tune coalescing settingsBjørn Mork1-1/+5
2014-05-16ieee802154: add netlink interfaces for llsecPhoebe Buckheister1-0/+31
2014-05-16of: provide a binding for fixed link PHYsThomas Petazzoni1-0/+15
2014-05-16net: phy: extend fixed driver with fixed_phy_register()Thomas Petazzoni1-0/+11
2014-05-15net: filter: x86: internal BPF JITAlexei Starovoitov1-0/+3
2014-05-14net/mlx4_core: Enforce irq affinity changes immediatlyYuval Atias1-0/+3
2014-05-13tcp: simplify fast open cookie processingYuchung Cheng1-5/+0
2014-05-13net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functionsBjørn Mork1-1/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-3/+0
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong1-2/+2
2014-05-12net: rename local_df to ignore_dfWANG Cong1-2/+2
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-13/+81
2014-05-12net: filter: make BPF conversion more readableAlexei Starovoitov1-0/+51
2014-05-07net: mdio: of_mdiobus_register(): fall back to mdiobus_register() for !CONFIG_OFDaniel Mack1-1/+6
2014-05-07Revert "net: core: introduce netif_skb_dev_features"Florian Westphal1-6/+1
2014-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+8
2014-05-05Merge tag 'tty-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+0
2014-05-05net: Generalize checksum_init functionsTom Herbert1-0/+93
2014-05-04net: filter: make register naming more comprehensibleDaniel Borkmann1-8/+36
2014-05-04net: filter: simplify label names from jump-tableDaniel Borkmann1-0/+3
2014-05-03Revert "tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc"Peter Hurley1-1/+0
2014-05-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+4
2014-05-02tcp: fix cwnd limited checking to improve congestion controlEric Dumazet1-0/+1
2014-05-02mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_freeGrygorii Strashko1-0/+7
2014-04-28Merge tag 'trace-fixes-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+2
2014-04-28Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+5
2014-04-28ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)1-0/+2
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner1-0/+2
2014-04-28linux/interrupt.h: fix new kernel-doc warningsRandy Dunlap1-2/+2
2014-04-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+36
2014-04-27Merge tag 'tty-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2014-04-27Merge tag 'usb-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+16
2014-04-26at86rf230: use irq_get_trigger_typeAlexander Aring1-14/+0
2014-04-25Merge tag 'locks-v3.15-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2014-04-24tty: Fix race condition between __tty_buffer_request_room and flush_to_ldiscManfred Schlaegl1-0/+1