summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg19-433/+377
2013-11-19genetlink: pass family to functions using groupsJohannes Berg18-87/+133
2013-11-19genetlink: add and use genl_set_err()Johannes Berg3-7/+21
2013-11-19genetlink: remove family pointer from genl_multicast_groupJohannes Berg2-22/+18
2013-11-19genetlink: remove genl_unregister_mc_group()Johannes Berg2-25/+0
2013-11-19hsr: don't call genl_unregister_mc_group()Johannes Berg1-2/+0
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg3-4/+24
2013-11-19drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg2-4/+22
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg22-53/+47
2013-11-19tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin1-1/+0
2013-11-19atm: idt77252: fix dev refcnt leakYing Xue1-1/+1
2013-11-19xfrm: Release dst if this dst is improper for vti tunnelfan.du1-0/+1
2013-11-19netlink: fix documentation typo in netlink_set_err()Johannes Berg1-1/+1
2013-11-18be2net: Delete secondary unicast MAC addresses during be_closeAjit Khaparde1-0/+5
2013-11-18be2net: Fix unconditional enabling of Rx interface optionsAjit Khaparde3-4/+16
2013-11-18net, virtio_net: replace the magic valueZhi Yong Wu1-2/+2
2013-11-18ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa1-15/+19
2013-11-18Merge branch 'bnx2x'David S. Miller6-12/+28
2013-11-18bnx2x: Prevent "timeout waiting for state X"Dmitry Kravkov3-11/+4
2013-11-18bnx2x: prevent CFC attentionDmitry Kravkov1-1/+1
2013-11-18bnx2x: Prevent panic during DMAE timeoutDmitry Kravkov2-0/+19
2013-11-18bnx2x: Clean the sp rtnl task upon unloadDmitry Kravkov1-0/+4
2013-11-18ipv6: Fix inet6_init() cleanup orderVlad Yasevich1-2/+2
2013-11-18genetlink: rename shadowed variableJohannes Berg1-5/+5
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa8-38/+17
2013-11-18net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=nFabio Estevam1-1/+1
2013-11-18xen-netfront: fix missing rx_refill_timer when allocate memory failedMa JieYue1-3/+4
2013-11-15net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum().David S. Miller1-18/+21
2013-11-15pkt_sched: fq: fix pacing for small framesEric Dumazet2-4/+21
2013-11-15pkt_sched: fq: warn users using defrateEric Dumazet2-9/+5
2013-11-15genetlink: unify registration functionsJohannes Berg2-41/+40
2013-11-15MAINTAINERS: Update Pegasus and RTL8150 repositories;Petko Manolov1-4/+4
2013-11-15net: ethernet: ti/cpsw: do not crash on single-MAC machines during resumeDaniel Mack1-6/+12
2013-11-15Merge branch 'macvlan'David S. Miller2-0/+22
2013-11-15macvlan: disable LRO on lower device instead of macvlanMichal Kubeček1-0/+5
2013-11-15macvlan: introduce macvlan_dev_real_dev() helper functionMichal Kubeček1-0/+17
2013-11-15bonding: add ip checks when store ip targetWang Weidong2-13/+9
2013-11-156lowpan: Uncompression of traffic class field was incorrectJukka Rissanen1-2/+2
2013-11-15tipc: fix dereference before check warningErik Hugne1-1/+2
2013-11-14ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2013-11-14net/hsr: Fix possible leak in 'hsr_get_node_status()'Geyslan G. Bem1-1/+1
2013-11-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller31-163/+284
2013-11-14virtio-net: mergeable buffer size should include virtio-net headerMichael Dalton1-14/+16
2013-11-14connector: improved unaligned access error fixChris Metcalf1-30/+42
2013-11-14pkt_sched: fq: change classification of control packetsMaciej Żenczykowski1-7/+1
2013-11-14alx: Reset phy speed after resumehahnjo1-0/+3
2013-11-14Merge branch 'genetlink'David S. Miller27-407/+207
2013-11-14genetlink: make genl_ops flags a u8 and move to endJohannes Berg1-3/+3
2013-11-14genetlink: make all genl_ops users constJohannes Berg17-21/+21
2013-11-14genetlink: allow making ops constJohannes Berg3-24/+30