summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_ct: split nft_ct_init() into two functions for get/setPatrick McHardy2014-04-021-53/+43
* netfilter: nft_meta: split nft_meta_init() into two functions for get/setPatrick McHardy2014-04-021-35/+30
* netfilter: nft_ct: add missing ifdef for NFT_MARK settingPatrick McHardy2014-04-021-0/+2
* netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman2014-04-011-1/+1
* net: Add a test to see if a skb is freeable in irq contextEric W. Biederman2014-04-011-0/+13
* Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-ca...David S. Miller2014-04-015-162/+266
|\
| * can: c_can: Avoid led toggling for every packet.Thomas Gleixner2014-04-011-3/+4
| * can: c_can: Simplify TX interrupt cleanupThomas Gleixner2014-04-011-20/+17
| * can: c_can: Store dlc privateThomas Gleixner2014-04-012-27/+29
| * can: c_can: Reduce register accessThomas Gleixner2014-04-011-34/+15
| * can: c_can: Make the code readableThomas Gleixner2014-04-011-51/+56
| * can: c_can: Provide protection in the xmit pathThomas Gleixner2014-04-012-1/+9
| * can: c_can: Remove EOB exitThomas Gleixner2014-04-011-3/+0
| * can: c_can: Fix the lost message handlingThomas Gleixner2014-04-011-16/+15
| * can: c_can: Fix buffer orderingThomas Gleixner2014-04-011-2/+50
| * can: c_can: Make it SMP safeThomas Gleixner2014-04-011-15/+21
| * can: c_can: Fix hardware raminit functionThomas Gleixner2014-04-011-10/+37
| * can: c_can: Wait for CONTROL_INIT to be clearedThomas Gleixner2014-04-011-3/+23
| * can: c_can: check return value to users of c_can_set_bittiming()Marc Kleine-Budde2014-04-011-12/+22
| * can: c_can: free_c_can_dev(): add missing netif_napi_del()Marc Kleine-Budde2014-04-011-0/+3
| * can: Documentation: fix parameter name "sample-point"Robert Schwebel2014-04-011-1/+1
| * can: usb_8dev: Fix memory leak in usb_8dev_start_xmitBjorn Van Tilt2014-04-011-1/+1
* | qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'Shahed Shaikh2014-04-014-3/+26
* | net: ptp: move PTP classifier in its own fileDaniel Borkmann2014-04-0110-96/+173
* | net: sxgbe: make "core_ops" staticDan Carpenter2014-04-011-1/+1
* | net: sxgbe: fix logical vs bitwise operationDan Carpenter2014-04-011-3/+3
* | net: sxgbe: sxgbe_mdio_register() frees the busDan Carpenter2014-04-011-7/+0
* | Call efx_set_channels() before efx->type->dimension_resources()Daniel Pieczko2014-04-012-1/+9
* | xen-netback: disable rogue vif in kthread contextWei Liu2014-04-013-2/+30
* | net/mlx4: Set proper build dependancy with vxlanOr Gerlitz2014-04-013-0/+17
* | be2net: fix build dependency on VxLANSathya Perla2014-04-012-1/+19
* | mac802154: make csma/cca parameters per-wpanPhoebe Buckheister2014-04-0111-236/+252
* | mac802154: allow only one WPAN to be up at any given timePhoebe Buckheister2014-04-012-0/+26
* | net: filter: minor: fix kdoc in __sk_run_filterDaniel Borkmann2014-04-011-2/+2
* | netlink: don't compare the nul-termination in nla_strcmpPablo Neira2014-04-011-2/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-03-3117-52/+92
|\ \
| * | ixgbevf: Fix rcu warnings induced by LERMark Rustad2014-03-312-5/+18
| * | ixgbe: Fix rcu warnings induced by LERMark Rustad2014-03-312-5/+19
| * | INTEL-IGB: Convert iounmap to pci_iounmapPeter Senna Tschudin2014-03-311-2/+2
| * | i40e: Remove casts of pointer to same typeJoe Perches2014-03-311-2/+2
| * | i40e/i40evf: Remove addressof casts to same typeJoe Perches2014-03-312-4/+3
| * | i40e/i40evf: fix error checking pathJean Sacren2014-03-312-10/+12
| * | i40e: fix function kernel doc descriptionJean Sacren2014-03-311-1/+1
| * | ixgbevf: Change ixgbe_read_reg to ixgbevf_read_regMark Rustad2014-03-313-9/+9
| * | ixgbe: fix ixgbe_check_reset_blocked() declarationJean Sacren2014-03-312-2/+2
| * | ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski2014-03-313-1/+7
| * | ixgbe: never generate both software and hardware timestampsJakub Kicinski2014-03-311-2/+2
| * | ixgbe: remove redundant if clause from PTP workJakub Kicinski2014-03-311-4/+0
| * | e1000e: Fix no connectivity when driver loaded with cable outDavid Ertman2014-03-311-5/+15
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-312-4/+30
|\|