summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wimax: use genl_register_family_with_ops()Johannes Berg2013-11-146-119/+47
* ieee802154: use genl_register_family_with_ops()Johannes Berg2013-11-144-94/+51
* hsr: use genl_register_family_with_ops()Johannes Berg2013-11-141-29/+17
* taskstats: use genl_register_family_with_ops()Johannes Berg2013-11-141-25/+14
* ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel2013-11-141-5/+13
* sit/gre6: don't try to add the same route two timesNicolas Dichtel2013-11-141-3/+0
* sit: link local routes are missingNicolas Dichtel2013-11-141-19/+5
* sit: fix prefix length of ll and v4mapped addressesNicolas Dichtel2013-11-141-7/+4
* isdnloop: use strlcpy() instead of strcpy()Dan Carpenter2013-11-141-3/+5
* sit: fix use after free of fb_tunnel_devWillem de Bruijn2013-11-141-4/+14
* net:fec: fix WARNING caused by lack of calls to dma_mapping_error()Duan Fugang-B386112013-11-141-6/+25
* net: sctp: bug-fixing: retran_path not set properly after transports recoveri...Chang Xiangzhong2013-11-141-2/+4
* net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet2013-11-141-1/+4
* bonding: fix two race conditions in bond_store_updelay/downdelayNikolay Aleksandrov2013-11-141-0/+6
* tcp: tsq: restore minimal amount of queueingEric Dumazet2013-11-143-10/+5
* Merge branch 'hwtstamp'David S. Miller2013-11-146-54/+30
|\
| * ixp4xx_eth: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-9/+3
| * ti_cpsw: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-10/+8
| * stmmac: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-9/+3
| * pch_gbe: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-9/+3
| * e1000e: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-8/+6
| * tg3: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-9/+7
|/
* bridge: Fix memory leak when deleting bridge with vlan filtering enabledToshiaki Makita2013-11-141-0/+1
* bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita2013-11-141-0/+4
* bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...Toshiaki Makita2013-11-141-14/+6
* random32: use msecs_to_jiffies for reseed timerDaniel Borkmann2013-11-141-2/+6
* random32: add __init prefix to prandom_start_seed_timerDaniel Borkmann2013-11-141-2/+2
* macvtap: limit head length of skb allocatedJason Wang2013-11-141-1/+7
* tuntap: limit head length of skb allocatedJason Wang2013-11-141-1/+9
* net: mv643xx_eth: potential NULL dereference in probe()Dan Carpenter2013-11-141-1/+2
* net: cdc_ncm: cleanup a type issue in cdc_ncm_setup()Dan Carpenter2013-11-141-1/+1
* core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov2013-11-142-7/+3
* usbnet: fix status interrupt urb handlingFelix Fietkau2013-11-141-3/+0
* bonding: don't permit to use ARP monitoring in 802.3ad modeVeaceslav Falico2013-11-141-2/+3
* MAINTAINERS: cxgb3: Update cxgb3 maintainer entryDivy Le Ray2013-11-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131331-32347/+78900
|\
| * Merge branch 'prandom'David S. Miller2013-11-115-46/+294
| |\
| | * random32: add test cases for taus113 implementationDaniel Borkmann2013-11-112-6/+196
| | * random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann2013-11-112-39/+52
| | * random32: move rnd_state to linux/random.hDaniel Borkmann2013-11-112-7/+4
| | * random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa2013-11-113-2/+27
| | * random32: add periodic reseedingHannes Frederic Sowa2013-11-111-0/+23
| | * random32: fix off-by-one in seeding requirementDaniel Borkmann2013-11-112-10/+10
| |/
| * PHY: Add RTL8201CP phy_driver to realtekJonas Jensen2013-11-111-0/+15
| * xtsonic: add missing platform_set_drvdata() in xtsonic_probe()Wei Yongjun2013-11-111-0/+1
| * macmace: add missing platform_set_drvdata() in mace_probe()Wei Yongjun2013-11-111-0/+1
| * ethernet/arc/arc_emac: add missing platform_set_drvdata() in arc_emac_probe()Wei Yongjun2013-11-111-0/+1
| * ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa2013-11-111-0/+2
| * vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller2013-11-113-107/+99
| * ixgbe: add warning when max_vfs is out of range.Jacob Keller2013-11-112-8/+13
OpenPOWER on IntegriCloud