netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-30 14:17:44 to 2016-01-02 14:44:24 UTC [more...]

[PATCH] net-thunder: One check less in nicvf_register_interrupts() after error detection
 2016-01-02 14:44 UTC  (41+ messages)
` [PATCH] be2net: Delete an unnecessary check in two functions
` [PATCH 0/3] net-gianfar: Fine-tuning for gfar_ethflow_to_filer_table()
  ` [PATCH 1/3] net-gianfar: Less function calls in gfar_ethflow_to_filer_table() after error detection
      ` [PATCH v2 "
  ` [PATCH 2/3] net-gianfar: Delete unnecessary variable initialisations in gfar_ethflow_to_filer_table()
  ` [PATCH 3/3] net-gianfar: Extend an initialisation clause of a for loop "
` [PATCH] net-i40e: Replace variable initialisations by assignments in i40e_vc_get_vf_resources_msg()
  ` net-i40e: Reconsider further usage of variable "i" "
` [PATCH] net-huawei_cdc_ncm: Delete an unnecessary variable initialisation in huawei_cdc_ncm_bind()
  ` [PATCH 0/2] net-qmi_wwan: Fine-tuning for two function implementations
      ` [PATCH 1/2] net-qmi_wwan: Refactoring for qmi_wwan_bind()
    ` [PATCH 2/2] net-qmi_wwan: Delete an unnecessary variable initialisation in qmi_wwan_register_subdriver()
  ` [PATCH 0/2] net-ath9k_htc: Fine-tuning for two function implementations
    ` [PATCH 1/2] net-ath9k_htc: Delete an unnecessary variable initialisation in ath9k_hif_usb_rx_stream()
    ` [PATCH 2/2] net-ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_set_channel()
` [PATCH] net-brcmfmac: Delete an unnecessary variable initialisation in brcmf_sdio_download_firmware()
` [PATCH 0/3] net-iwlegacy: Fine-tuning for il_eeprom_init()
  ` [PATCH 1/3] net-iwlegacy: Refactoring "
  ` [PATCH 2/3] net-iwlegacy: One check less in il_eeprom_init() after error detection
  ` [PATCH 3/3] net-iwlegacy: Another refactoring for il_eeprom_init()
` [PATCH] net-libertas: Better exception handling in if_spi_host_to_card_worker()
          `  "
` [PATCH 0/3] net-rsi: Fine-tuning for two function implementations
  ` [PATCH 1/3] rsi: Delete unnecessary variable initialisations in rsi_send_mgmt_pkt()
  ` [PATCH 2/3] rsi: Delete unnecessary variable initialisations in rsi_send_data_pkt()

[PATCH] phy: add HAS_IOMEM/OF_MDIO dependencies to MDIO_OCTEON
 2016-01-02 14:34 UTC  (2+ messages)

[Patch net] nfc: use GFP_USER for user-controlled kmalloc
 2016-01-02  8:03 UTC  (3+ messages)
` [Patch net] nfc: check sock state in llcp_sock_getname()

Attansic L1 driver issue
 2016-01-02  5:58 UTC 

[PATCH] stmmac: Don't exit mdio registration when mdio subnode is not found in the DTS
 2016-01-02  5:51 UTC  (2+ messages)

[PATCH V5 4/9] Drivers: hv: ring_buffer: enhance hv_ringbuffer_read() to support hvsock
 2016-01-02  4:29 UTC  (2+ messages)

[PATCH] net: refactor icmp_global_allow to improve readability and performance
 2016-01-02  3:20 UTC  (3+ messages)

[PATCH] ip_tunnel: make ip6tunnel_xmit definition conditional
 2016-01-02  2:58 UTC  (2+ messages)

[RESEND PATCH v1 0/4] Add support emac for the RK3036 SoC platform
 2016-01-02  2:38 UTC  (10+ messages)
` [RESEND PATCH v1 3/4] net: ethernet: arc: Add support emac for RK3036

net/nfc: GPF in llcp_sock_getname
 2016-01-01 23:48 UTC  (4+ messages)

[PATCH] ipw2x00: add checks for dma mapping errors
 2016-01-01 23:12 UTC 

[PATCH] net: hns: avoid uninitialized variable warning:
 2016-01-01 22:27 UTC 

[PATCH net-next] ixgbe: Extend trust to allow guest to set unicast address
 2016-01-01 17:34 UTC 

[PATCH 1/6] cfg80211/mac80211: use to_delayed_work
 2016-01-01 15:48 UTC  (6+ messages)
` [PATCH 2/6] wlcore: "
` [PATCH 3/6] wl1251: "
` [PATCH 4/6] rtlwifi: "
` [PATCH 5/6] mwifiex: "
` [PATCH 6/6] tilepro: "

[PATCH] fsl/fman: allow modular build
 2016-01-01 13:55 UTC 

[PATCH v2] ipw2x00: use to_pci_dev()
 2016-01-01 12:03 UTC 

commit e34d65696d2e broke stmmac ethernet on socfpga
 2016-01-01  8:49 UTC  (2+ messages)

[PATCH RESEND] bridge:Fix concurrent access issue in the function brnf_get_logical_dev
 2016-01-01  6:17 UTC 

[net-next] ppp: rtnetlink device handling
 2016-01-01  2:41 UTC  (8+ messages)

[RFC PATCH 00/12] drop the qdisc lock for pfifo_fast/mq
 2016-01-01  2:30 UTC  (17+ messages)
` [RFC PATCH 01/12] lib: array based lock free queue
` [RFC PATCH 02/12] net: sched: free per cpu bstats
` [RFC PATCH 03/12] net: sched: allow qdiscs to handle locking
` [RFC PATCH 04/12] net: sched: provide per cpu qstat helpers
` [RFC PATCH 05/12] net: sched: per cpu gso handlers
` [RFC PATCH 06/12] net: sched: support qdisc_reset on NOLOCK qdisc
` [RFC PATCH 07/12] net: sched: qdisc_qlen for per cpu logic
` [RFC PATCH 08/12] net: sched: a dflt qdisc may be used with per cpu stats
` [RFC PATCH 09/12] net: sched: pfifo_fast use alf_queue
` [RFC PATCH 10/12] net: sched: helper to sum qlen
` [RFC PATCH 11/12] net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mq
` [RFC PATCH 12/12] net: sched: pfifo_fast new option to deque multiple pkts

[PATCH net-next] ixgbe: Extend trust to allow guest to set unicast address
 2016-01-01  0:03 UTC  (2+ messages)

[PATCH V3] net: emac: emac gigabit ethernet controller driver
 2015-12-31 23:10 UTC  (2+ messages)

[PATCH] net: emac: emac gigabit ethernet controller driver
 2015-12-31 23:03 UTC  (4+ messages)

Linux 4.4-rc4 regression, bisected to "net: fix sock_wake_async() rcu protection"
 2015-12-31 23:02 UTC  (4+ messages)

THIS BUSINESS WE BENEFIT US.>reply with(safi.kabore1@gmail.com)
 2015-12-31 21:13 UTC 

[PATCH] af_unix: Fix splice-bind deadlock
 2015-12-31 19:36 UTC  (3+ messages)

[GIT] [4.5] NFC update
 2015-12-31 19:26 UTC 

linux-next: Tree for Dec 31 (net/xfrm/xfrm_input.c)
 2015-12-31 19:05 UTC 

[GIT] Networking
 2015-12-31 18:19 UTC 

pull request: bluetooth-next 2015-12-31
 2015-12-31 17:23 UTC  (2+ messages)

net/netlink: memory leak in netlink_sendmsg
 2015-12-31 13:26 UTC  (2+ messages)
` [PATCH] connector: bump skb->users before callback invocation

[PATCH] net/mlx4_core: fix handling return value of mlx4_slave_convert_port
 2015-12-31 13:12 UTC  (3+ messages)
` [PATCH] ath9k_htc: fix handling return value of ath9k_hw_calibrate

[PATCH RFC] vhost: basic device IOTLB support
 2015-12-31 11:17 UTC  (2+ messages)

[PATCH] net, socket, socket_wq: fix missing initialization of flags
 2015-12-31 10:53 UTC  (5+ messages)
  ` [PATCH v2] "

net/tipc: memory leak in tipc_release
 2015-12-31 10:35 UTC 

[PATCH] unix: properly account for FDs passed over unix sockets
 2015-12-31 10:27 UTC  (8+ messages)

[PATCH 1/9] atm: solos-pci: use to_pci_dev()
 2015-12-31  8:30 UTC  (3+ messages)
` [PATCH 5/9] ipw2x00: sdhci-pci: "

[PATCH] prism54: fix checks for dma mapping errors
 2015-12-31  8:24 UTC  (2+ messages)
`  "

[PATCH] wlcore/wl12xx: spi: fix NULL pointer dereference (Oops)
 2015-12-31  8:22 UTC  (4+ messages)
  `  "

linux-next: manual merge of the cgroup tree with the net-next tree
 2015-12-31  8:10 UTC 

[Intel-wired-lan] [PATCH 2/2] ixgbe: restrict synchronization of link_up and speed
 2015-12-31  7:11 UTC  (11+ messages)
` [PATCH V4] ixgbe: synchronize the link_speed and link_up of a slave interface
  ` [PATCH 3/3] "
      ` [PATCH V5] ixgbe: synchronize link_up and link_speed of a slave
        ` [PATCH 1/1] ixgbe: synchronize link_up and link_speed of a slave interface
            ` [PATCH V6] ixgbe: synchronize link_up and link_speed of a slave
              ` [PATCH V6 1/1] ixgbe: synchronize link_up and link_speed of a slave interface

[PATCH] igb: When GbE link up, wait for Remote receiver status condition
 2015-12-31  7:05 UTC  (3+ messages)

[PATCHv4 net-next 0/3] Ethtool support for phy stats
 2015-12-31  5:53 UTC  (5+ messages)
` [PATCHv4 net-next 1/3] ethtool: Add phy statistics
` [PATCHv4 net-next 2/3] phy: marvell: Add ethtool statistics counters
` [PATCHv4 net-next 3/3] phy: micrel: "

[PATCHv3 net-next 0/3] Ethtool support for phy stats
 2015-12-31  5:24 UTC  (5+ messages)
` [PATCHv3 net-next 2/3] phy: marvell: Add ethtool statistics counters

4.4-rc7 failure report
 2015-12-31  2:02 UTC  (13+ messages)

[PATCH stable-3.2 stable-3.12] net: fix checksum check in skb_copy_and_csum_datagram_iovec()
 2015-12-30 22:39 UTC  (6+ messages)
      ` [PATCH net-next] udp: properly support MSG_PEEK with truncated buffers

[PATCH] net: Fix potential NULL pointer dereference in __skb_try_recv_datagram
 2015-12-30 22:30 UTC  (9+ messages)

[PATCH net-next 0/5] sctp: use transport hashtable to replace association's with rhashtable
 2015-12-30 22:29 UTC  (18+ messages)
` [PATCH net-next 1/5] sctp: add the rhashtable apis for sctp global transport hashtable
  ` [PATCH net-next 2/5] sctp: apply rhashtable api to send/recv path
    ` [PATCH net-next 3/5] sctp: apply rhashtable api to sctp procfs
      ` [PATCH net-next 4/5] sctp: drop the old assoc hashtable of sctp
        ` [PATCH net-next 5/5] sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assoc

[PATCHv2 net] sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_close
 2015-12-30 21:58 UTC  (2+ messages)

pull-request: wireless-drivers 2015-12-28
 2015-12-30 21:43 UTC  (2+ messages)

[net-next v2 0/8][pull request] 10GbE Intel Wired LAN Driver Updates 2015-12-29
 2015-12-30 21:35 UTC  (2+ messages)

[PATCH net-next v3 00/10] be2net: patch set
 2015-12-30 21:32 UTC  (2+ messages)

net/sctp: sctp_datamsg memory leak
 2015-12-30 21:24 UTC 

memory leak in lapb_create_cb
 2015-12-30 21:00 UTC 

net/sctp: sock memory leak
 2015-12-30 20:47 UTC  (2+ messages)

[PATCH iproute2 net-next 1/2] iproute2: ip-route.8.in: Add missing '[' before 'pref'
 2015-12-30 20:35 UTC  (2+ messages)

[iproute PATCH v2 2/2] ss: support closing inet sockets via SOCK_DESTROY
 2015-12-30 20:34 UTC  (4+ messages)
  ` [iproute PATCH v3 "

New "ip wait" subcommand for iproute2
 2015-12-30 20:31 UTC  (2+ messages)

[PATCH] mac80211: Make addr const in SET_IEEE80211_PERM_ADDR()
 2015-12-30 20:01 UTC  (5+ messages)

nf_unregister_net_hook: hook not found!
 2015-12-30 18:15 UTC  (4+ messages)

[PATCH net v2] skbuff: Fix skb checksum flag on skb pull
 2015-12-30 18:05 UTC  (3+ messages)

Q: bad routing table cache entries
 2015-12-30 17:56 UTC  (5+ messages)

[PATCH net-next v2 00/10] be2net: patch set
 2015-12-30 17:44 UTC  (4+ messages)

[PATCH RESEND] iwlwifi:Fix error handling in the function iwl_pcie_enqueue_hcmd
 2015-12-30 17:35 UTC 

[V2 PATCH 1/1] ixgbe: force to synchronize reporting "link on" and
 2015-12-30 16:37 UTC  (8+ messages)
` [PATCH V3] ixgbe: force to synchronize link_up and speed as a slave
  ` [PATCH 2/2] ixgbe: restrict synchronization of link_up and speed
    ` [Intel-wired-lan] "

[PATCH v2] mwifiex: correctly handling kzalloc
 2015-12-30 16:01 UTC 

[PATCH] rsi: bool tests do not need comparison
 2015-12-30 15:34 UTC  (2+ messages)
  `  "

[PATCH] rsi: consolidate kmalloc/memset 0 calls to kzalloc
 2015-12-30 15:33 UTC  (2+ messages)
  `  "

[PATCH] mwifiex: correctly handling kzalloc
 2015-12-30 14:37 UTC  (3+ messages)


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).