summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-15macvlan: introduce macvlan_dev_real_dev() helper functionMichal Kubeček
2013-11-15bonding: add ip checks when store ip targetWang Weidong
2013-11-156lowpan: Uncompression of traffic class field was incorrectJukka Rissanen
2013-11-15tipc: fix dereference before check warningErik Hugne
2013-11-14ipv4: fix possible seqlock deadlockEric Dumazet
2013-11-14net/hsr: Fix possible leak in 'hsr_get_node_status()'Geyslan G. Bem
2013-11-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-11-14virtio-net: mergeable buffer size should include virtio-net headerMichael Dalton
2013-11-14connector: improved unaligned access error fixChris Metcalf
2013-11-14pkt_sched: fq: change classification of control packetsMaciej Żenczykowski
2013-11-14alx: Reset phy speed after resumehahnjo
2013-11-14Merge branch 'genetlink'David S. Miller
2013-11-14genetlink: make genl_ops flags a u8 and move to endJohannes Berg
2013-11-14genetlink: make all genl_ops users constJohannes Berg
2013-11-14genetlink: allow making ops constJohannes Berg
2013-11-14genetlink: register family ops as arrayJohannes Berg
2013-11-14genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg
2013-11-14wimax: use genl_register_family_with_ops()Johannes Berg
2013-11-14ieee802154: use genl_register_family_with_ops()Johannes Berg
2013-11-14hsr: use genl_register_family_with_ops()Johannes Berg
2013-11-14taskstats: use genl_register_family_with_ops()Johannes Berg
2013-11-14ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel
2013-11-14sit/gre6: don't try to add the same route two timesNicolas Dichtel
2013-11-14sit: link local routes are missingNicolas Dichtel
2013-11-14sit: fix prefix length of ll and v4mapped addressesNicolas Dichtel
2013-11-14isdnloop: use strlcpy() instead of strcpy()Dan Carpenter
2013-11-14sit: fix use after free of fb_tunnel_devWillem de Bruijn
2013-11-14net:fec: fix WARNING caused by lack of calls to dma_mapping_error()Duan Fugang-B38611
2013-11-14net: sctp: bug-fixing: retran_path not set properly after transports recoveri...Chang Xiangzhong
2013-11-14net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet
2013-11-14bonding: fix two race conditions in bond_store_updelay/downdelayNikolay Aleksandrov
2013-11-14tcp: tsq: restore minimal amount of queueingEric Dumazet
2013-11-14Merge branch 'hwtstamp'David S. Miller
2013-11-14ixp4xx_eth: Validate hwtstamp_config completely before applying itBen Hutchings
2013-11-14ti_cpsw: Validate hwtstamp_config completely before applying itBen Hutchings
2013-11-14stmmac: Validate hwtstamp_config completely before applying itBen Hutchings
2013-11-14pch_gbe: Validate hwtstamp_config completely before applying itBen Hutchings
2013-11-14e1000e: Validate hwtstamp_config completely before applying itBen Hutchings
2013-11-14tg3: Validate hwtstamp_config completely before applying itBen Hutchings
2013-11-14bridge: Fix memory leak when deleting bridge with vlan filtering enabledToshiaki Makita
2013-11-14bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita
2013-11-14bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...Toshiaki Makita
2013-11-14random32: use msecs_to_jiffies for reseed timerDaniel Borkmann
2013-11-14random32: add __init prefix to prandom_start_seed_timerDaniel Borkmann
2013-11-14macvtap: limit head length of skb allocatedJason Wang
2013-11-14tuntap: limit head length of skb allocatedJason Wang
2013-11-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-11-14net: mv643xx_eth: potential NULL dereference in probe()Dan Carpenter
2013-11-14net: cdc_ncm: cleanup a type issue in cdc_ncm_setup()Dan Carpenter
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov