summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 6lowpan: double unlock on an error pathDan Carpenter2012-06-271-1/+1
* netlink: Delete NLMSG_PUT and NLMSG_NEW.David S. Miller2012-06-271-8/+0Star
* pkt_sched: sch_api: Move away from NLMSG_NEW().David S. Miller2012-06-271-10/+14
* pkt_sched: cls_api: Move away from NLMSG_NEW().David S. Miller2012-06-271-5/+7
* decnet: dn_table: Move away from NLMSG_NEW().David S. Miller2012-06-271-5/+6
* decnet: dn_route: Move away from NLMSG_NEW().David S. Miller2012-06-271-5/+7
* audit: netlink: Move away from NLMSG_NEW().David S. Miller2012-06-271-10/+13
* infiniband: netlink: Move away from NLMSG_NEW().David S. Miller2012-06-271-4/+6
* selinux: netlink: Move away from NLMSG_PUT().David S. Miller2012-06-271-4/+7
* unix_diag: Move away from NLMSG_PUT().David S. Miller2012-06-271-11/+13
* pkt_sched: act_api: Move away from NLMSG_PUT().David S. Miller2012-06-271-28/+31
* netfilter: nfnetlink_queue_core: Move away from NLMSG_PUT().David S. Miller2012-06-271-9/+13
* netfilter: nfnetlink_log: Move away from NLMSG_PUT().David S. Miller2012-06-271-13/+16
* netfilter: ipt_ULOG: Move away from NLMSG_PUT().David S. Miller2012-06-271-7/+8
* inet_diag: Move away from NLMSG_PUT().David S. Miller2012-06-271-19/+24
* decnet: dn_rtmsg: Move away from NLMSG_PUT().David S. Miller2012-06-271-10/+10
* netfilter: ebt_ulog: Move away from NLMSG_PUT().David S. Miller2012-06-271-13/+10Star
* gdm72xx: Move away from NLMSG_PUT().David S. Miller2012-06-271-4/+6
* connector: Move cn_test.c away from NLMSG_PUT().David S. Miller2012-06-271-7/+6Star
* connector: use nlmsg_put() instead of NLMSG_PUT() macro.Javier Martinez Canillas2012-06-271-6/+6
* team: remove unused rcu_head field from team_port structJiri Pirko2012-06-271-1/+0Star
* team: do not allow to map disabled portsJiri Pirko2012-06-273-4/+6
* team: fix team_adjust_ops with regard to enabled portsJiri Pirko2012-06-271-11/+19
* mac802154: add monitor listener to TX datapathalex.bluesman.smirnov@gmail.com2012-06-271-0/+2
* drivers/ieee802154: add support for the at86rf230/231 transceiversalex.bluesman.smirnov@gmail.com2012-06-274-0/+1003
* mac802154: mlme start requestalex.bluesman.smirnov@gmail.com2012-06-271-0/+25
* mac802154: page and channel setteralex.bluesman.smirnov@gmail.com2012-06-272-0/+45
* mac802154: short address setteralex.bluesman.smirnov@gmail.com2012-06-272-0/+18
* mac802154: set and get PAN idalex.bluesman.smirnov@gmail.com2012-06-272-0/+33
* mac802154: add wpan device-class supportalex.bluesman.smirnov@gmail.com2012-06-278-13/+583
* net: qmi_wwan: simplify a check in qmi_wwan_bind()Dan Carpenter2012-06-271-2/+2
* ipv4: Cache ip_error() routes even when not forwarding.David S. Miller2012-06-272-18/+20
* ipv4: Remove unnecessary code from rt_check_expire().David S. Miller2012-06-261-23/+11Star
* batman-adv: fix global TT entry deletionAntonio Quartulli2012-06-261-0/+2
* batman-adv: fix condition in AP isolationAntonio Quartulli2012-06-261-1/+1
* net/sh-eth: Check return value of sh_eth_reset when chip reset failNobuhiro Iwamatsu2012-06-261-32/+56
* net/sh-eth: Add support selecting MII function for SH7734 and R8A7740Nobuhiro Iwamatsu2012-06-262-43/+66
* net/ipv6/route.c: packets originating on device match loDavid McCullough2012-06-261-0/+2
* caif-hsi: Remove use of module parametersSjur Brændeland2012-06-262-83/+82Star
* caif-hsi: Replace platform device with ops structure.Sjur Brændeland2012-06-262-77/+70Star
* caif-hsi: Add rtnl supportSjur Brændeland2012-06-262-90/+157
* Documentation/networking/caif: Update documentationSjur Brændeland2012-06-261-64/+27Star
* caif-hsi: Remove uncecessary assignmentsSjur Brændeland2012-06-261-5/+5
* caif-hsi: Use netdev_X instead of dev_X for printingSjur Brændeland2012-06-261-47/+47
* caif-hsi: changed test on aggregation_timeoutKim Lilliestierna XX2012-06-261-1/+1
* caif-hsi: Removed dead codeKim Lilliestierna XX2012-06-261-7/+4Star
* caif: Fixed potential memory leakKim Lilliestierna XX2012-06-261-8/+9
* caif: added check for potential null returnKim Lilliestierna XX2012-06-261-0/+5
* caif: Remove unused pointer and codeKim Lilliestierna XX2012-06-261-3/+0Star
* 6lowpan: remove excessive argument in pr_debugalex.bluesman.smirnov@gmail.com2012-06-261-57/+37Star