netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-16 15:10:57 to 2014-04-18 17:34:06 UTC [more...]

[PATCH] netlink: have netlink per-protocol bind function return an error code
 2014-04-18 17:34 UTC  (4+ messages)
` [PATCH 0/6] audit: implement multicast socket for journald
  ` [PATCH 1/6] netlink: simplify nfnetlink_bind
  ` [PATCH 2/6] netlink: have netlink per-protocol bind function return an error code

skb_warn_bad_offload+0xc8/0xd5() at net/core/dev.c:2218
 2014-04-18 17:25 UTC 

[PATCH v2 0/4] introduce devm_mdiobus_alloc/free and clean up davinci mdio
 2014-04-18 17:24 UTC  (5+ messages)
  ` [PATCH v2 1/4] mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_free
  ` [PATCH v2 2/4] net: davinci_mdio: use devm_* api
` [PATCH v2 3/4] net: davinci_mdio: drop pinctrl_pm_select_default_state from probe
` [PATCH 4/4] net: davinci_mdio: simplify IO memory mapping

Kernel Panic - 3.4.86 - during modprobe of mellanox driver
 2014-04-18 17:23 UTC 

[Patch net] sched, cls: check if we could overwrite actions when changing a filter
 2014-04-18 17:18 UTC  (7+ messages)

Freescale FEC i.MX28 restart problem
 2014-04-18 17:13 UTC  (4+ messages)

[PATCH] xfrm: Remove useless secid field from xfrm_audit
 2014-04-18 16:00 UTC 

[net-next 00/13][pull request] Intel Wired LAN Driver Updates
 2014-04-18 15:27 UTC  (4+ messages)
` [net-next 01/13] e1000e: Fix no connectivity when driver loaded with cable out

[PATCHv2] Add support for standard D_CAN module RAM Init Bit
 2014-04-18 14:03 UTC  (2+ messages)
` [PATCHv2] net: c_can: Add support for D_CAN Module RAM Init

[PATCH v7 0/3] add hisilicon hip04 ethernet driver
 2014-04-18 13:17 UTC  (4+ messages)
` [PATCH 3/3] net: hisilicon: new "

[PATCH] net: sxgbe: Added phy_found error path
 2014-04-18 11:59 UTC 

[PATCH] net: sxgbe: rearrange dma descriptor
 2014-04-18 11:59 UTC 

[PATCH] sctp: add support for busy polling to sctp protocol
 2014-04-18 11:53 UTC  (4+ messages)

[PATCH] net: sxgbe: make local functions static
 2014-04-18 11:35 UTC  (2+ messages)

Porting ethernet over spi driver
 2014-04-18  9:17 UTC 

[PATCH] virtio_net: zero is an invald queue_pairs number
 2014-04-18  5:45 UTC 

[PATCH] tcp: make tcp_cwnd_application_limited() static
 2014-04-18  4:27 UTC 

[PATCH] ethtool: fix a typo in displaying channel parameters
 2014-04-18  1:39 UTC 

[ANNOUNCE] backports-3.15-rc1 is released
 2014-04-18  2:10 UTC 

[ANNOUNCE] backports-3.14-1 released
 2014-04-18  2:06 UTC 

[PATCH net] net: sctp: cache auth_enable per endpoint
 2014-04-18  1:54 UTC  (3+ messages)

3 linux-next based backports releases
 2014-04-18  1:52 UTC 

[PATCH 0/3] 6lowpan: few changes to help with backports
 2014-04-18  1:22 UTC  (4+ messages)
  ` [PATCH 1/3] 6lowpan: add helper to get 6lowpan namespace
  ` [PATCH 2/3] 6lowpan: make lowpan_cb static
  ` [PATCH 3/3] 6lowpan: include net/net_namespace.h on 6lowpan namepsace header

[PATCH v3] net: netfilter: LLVMLinux: vlais-netfilter
 2014-04-18  0:40 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] arc_emac: write initial MAC address from devicetree to hw
 2014-04-18  0:17 UTC 

[PATCH 0/2] net: Implement SO_PEERCGROUP and SO_PASSCGROUP socket options
 2014-04-17 19:46 UTC  (62+ messages)
` [PATCH 2/2] net: Implement SO_PASSCGROUP to enable passing cgroup path

[PATCH net-next, v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)
 2014-04-17 18:17 UTC  (4+ messages)
` [PATCH net-next,v4] "

[PATCH net] tg3: update rx_jumbo_pending ring param only when jumbo frames are enabled
 2014-04-17 17:47 UTC  (2+ messages)

[PATCH] staging: r8188eu: Fix some sparse warnings
 2014-04-17 15:35 UTC 

[patch net-next RFC v3 00/10] introduce infrastructure for support of switch chip datapath
 2014-04-17 15:05 UTC  (21+ messages)
` [patch net-next RFC v3 02/10] net: rename netdev_phys_port_id to more generic name
` [patch net-next RFC v3 03/10] net: introduce generic switch devices support
` [patch net-next RFC v3 04/10] rtnl: expose physical switch id for particular device
` [patch net-next RFC v3 05/10] switchdev: introduce basic support for flows
` [patch net-next RFC v3 07/10] dsa: implement ndo_swdev_get_id
  ` [patch net-next RFC v3 01/10] openvswitch: split flow structures into ovs specific and generic ones
  ` [patch net-next RFC v3 06/10] net: introduce dummy switch
  ` [patch net-next RFC v3 08/10] net: add netdev_for_each_all_lower_dev_rcu helper
  ` [patch net-next RFC v3 10/10] openvswitch: add support for datapath hardware offload
  ` [patch net-next RFC v3 0/5] iproute2: support switch chip infrastructure
      ` [patch iproute2 RFC v3 1/5] iproute2: arpd: use ll_addr_a2n and ll_addr_n2a
      ` [patch iproute2 RFC v3 2/5] iproute2: utils: change hexstring_n2a and hexstring_a2n to do not work with ":"
      ` [patch iproute2 RFC v3 3/5] iproute2: ipa: show switch id
      ` [patch iproute2 RFC v3 4/5] iproute2: add support for dummyswport
      ` [patch iproute2 RFC v3 5/5] iproute2: ipa: show port id
` [patch net-next RFC v3 09/10] openvswitch: introduce vport_op get_netdev

pull request: wireless 2014-04-17
 2014-04-17 14:57 UTC 

[PATCH] net: c_can: Add support for D_CAN module RAM Init
 2014-04-17 14:36 UTC  (3+ messages)

in kernel 2.6.x, tun/tap nic supports vlan packets
 2014-04-17 14:23 UTC  (5+ messages)

[ANNOUNCE] libnftnl 1.0.1 release
 2014-04-17 11:09 UTC 

[PATCH net v4] vlan: Fix lockdep warning when vlan dev handle notification
 2014-04-17 10:40 UTC 

[PATCH] net: Fix ns_capable check in sock_diag_put_filterinfo
 2014-04-17  9:22 UTC  (6+ messages)

Kernel crash in bridge module: unable to handle kernel paging request
 2014-04-17  9:00 UTC 

[PATCH 0/7] net: rfkill: gpio: Add device tree support
 2014-04-17  7:43 UTC  (8+ messages)
` [PATCH 7/7] ARM: sun7i: cubietruck: enable bluetooth module
    `  "

Powerpc: e1000e cannot work normally after system resume from sleep(standby)
 2014-04-17  7:00 UTC 

[0/2] macvlan: Handle broadcasts in work queue
 2014-04-17  5:45 UTC  (3+ messages)
` [PATCH 1/2] net: Add __dev_forward_skb
` [PATCH 2/2] macvlan: Move broadcasts into a work queue

[PATCH 0/3] net: mvneta: fix usage as a module, and support QSGMII properly
 2014-04-17  5:13 UTC  (4+ messages)
` [PATCH 3/3] ARM: mvebu: use qsgmii phy-mode for Armada XP GP interfaces

[PATCH/RFC 00/19] Support loop-back NFS mounts
 2014-04-17  4:23 UTC  (13+ messages)
` [PATCH 10/19] NET: set PF_FSTRANS while holding sk_lock
` [PATCH 05/19] SUNRPC: track whether a request is coming from a loop-back interface

[PATCH v3 0/4] net: Add APM X-Gene SoC Ethernet driver support
 2014-04-17  3:18 UTC  (7+ messages)
` [PATCH v3 1/4] MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
` [PATCH v3 2/4] Documentation: dts: Add bindings "
` [PATCH v3 3/4] "
` [PATCH v3 4/4] drivers: net: Add APM X-Gene SoC ethernet driver support

[PATCH v2 0/4] net: Add APM X-Gene SoC Ethernet driver support
 2014-04-17  2:06 UTC  (4+ messages)
` [PATCH v2 4/4] drivers: net: Add APM X-Gene SoC ethernet "

[PATCH] filter: added BPF random opcode
 2014-04-17  1:38 UTC  (4+ messages)

ax88796 driver
 2014-04-16 23:42 UTC 

[PATCH 1/2 V2] staging: r8712u: Fix case where ethtype was never obtained and always be checked against 0
 2014-04-16 23:41 UTC  (3+ messages)
` [PATCH 2/2 V2] staging: r8188eu: "

[PATCH] softirq: a single rcu_bh_qs() call is enough
 2014-04-16 22:51 UTC  (2+ messages)

[PATCH 0/3] net: mdio-gpio enhancements
 2014-04-16 20:22 UTC  (6+ messages)
` [PATCH 1/3] net: mdio-gpio: Use devm_ functions where possible

[PATCH net] Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer"
 2014-04-16 19:47 UTC  (9+ messages)

[patch] isdn: icn: buffer overflow in icn_command()
 2014-04-16 19:24 UTC  (3+ messages)
` [patch v2] "

[PATCH net-next RESEND 1/2] net: phy: export genphy_config_init()
 2014-04-16 19:14 UTC  (4+ messages)
` [PATCH net-next RESEND 2/2] net: phy: at803x: use genphy_config_init()

[PATCH net 1/3] ip_tunnel: use the right netns in ioctl handler
 2014-04-16 19:16 UTC  (6+ messages)
` [PATCH net 2/3] sit: "
` [PATCH net 3/3] ip6_tunnel: "

[PATCH] net: use SYSCALL_DEFINEx for sys_recv
 2014-04-16 19:15 UTC  (2+ messages)

[Patch net v2 0/2] ipv4: fix flowi4_iif for input routing
 2014-04-16 19:06 UTC  (3+ messages)

[PATCH 0/3] Fix some bugs in staging drivers
 2014-04-16 18:46 UTC  (5+ messages)
` [PATCH 2/3] staging: r8188eu: Fix case where ethtype was never obtained and always be checked against 0
` [PATCH 3/3] staging: r8712u: "

Dear Friend,
 2014-04-16 18:43 UTC 

[PATCH net v3] sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)
 2014-04-16 18:35 UTC  (2+ messages)

Question on Lockless TX
 2014-04-16 16:51 UTC  (2+ messages)

[PATCH v3] tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listner
 2014-04-16 16:25 UTC 

Call: Mr.Freeman Brown
 2014-04-16 16:21 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).