summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_ct_tcp: merge tcpv[4,6]_net_init into tcp_net_initGao feng2012-06-271-50/+21Star
* netfilter: nf_conntrack: fix memory leak if sysctl registration failsGao feng2012-06-271-2/+5
* netfilter: nf_conntrack: use l4proto->users as refcount for per-net dataGao feng2012-06-271-30/+46
* netfilter: nf_conntrack: add nf_ct_kfree_compat_sysctl_tableGao feng2012-06-272-2/+9
* netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng2012-06-2711-15/+16
* netfilter: nf_conntrack: fix nf_conntrack_l3proto_registerGao feng2012-06-271-13/+23
* netfilter: ctnetlink: add new messages to obtain statisticsPablo Neira Ayuso2012-06-272-1/+264
* be2net: Fix to trim skb for padded vlan packets to workaround an ASIC BugSomnath Kotur2012-06-272-14/+47
* net: sh_eth: add support for set_ringparam/get_ringparamYoshihiro Shimoda2012-06-272-33/+112
* net: sh_eth: fix up the buffer pointersYoshihiro Shimoda2012-06-271-7/+24
* net: sh_eth: remove unnecessary members/definitionsYoshihiro Shimoda2012-06-272-75/+1Star
* net: sh_eth: remove unnecessary functionYoshihiro Shimoda2012-06-272-23/+0Star
* bnx2x: Change bnx2x_tests_str_arr to static charMerav Sicron2012-06-271-1/+1
* bnx2x, bnx2fc, bnx2i, cnic: Add statistics support and FCoE capabilities adve...Barak Witkowski2012-06-2713-139/+420
* 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