)]}'
{
  "log": [
    {
      "commit": "41ac51eeda58a85b8a06d748cce7035cc77deebd",
      "tree": "d647f55796e3b7cb0d5a9f86429ce89877afacec",
      "parents": [
        "6cb90db502c5f276c8d6256762cc3acde4d3bd9d"
      ],
      "author": {
        "name": "Patrick Schaaf",
        "email": "netdev@bof.de",
        "time": "Fri Feb 11 14:01:12 2011 +0100"
      },
      "committer": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Wed Feb 16 14:53:33 2011 +0900"
      },
      "message": "ipvs: make \"no destination available\" message more informative\n\nWhen IP_VS schedulers do not find a destination, they output a terse\n\"WLC: no destination available\" message through kernel syslog, which I\ncan not only make sense of because syslog puts them in a logfile\ntogether with keepalived checker results.\n\nThis patch makes the output a bit more informative, by telling you which\nvirtual service failed to find a destination.\n\nExample output:\n\nkernel: [1539214.552233] IPVS: wlc: TCP 192.168.8.30:22 - no destination available\nkernel: [1539299.674418] IPVS: wlc: FWM 22 0x00000016 - no destination available\n\nI have tested the code for IPv4 and FWM services, as you can see from\nthe example; I do not have an IPv6 setup to test the third code path\nwith.\n\nTo avoid code duplication, I put a new function ip_vs_scheduler_err()\ninto ip_vs_sched.c, and use that from the schedulers instead of calling\nIP_VS_ERR_RL directly.\n\nSigned-off-by: Patrick Schaaf \u003cnetdev@bof.de\u003e\nSigned-off-by: Simon Horman \u003chorms@verge.net.au\u003e\n"
    },
    {
      "commit": "6cb90db502c5f276c8d6256762cc3acde4d3bd9d",
      "tree": "87ebaf22cd6006bbb15b071b1f4363117237a6e7",
      "parents": [
        "16a7fd323f93eab88df79fc647575ae9789037c2"
      ],
      "author": {
        "name": "Julian Anastasov",
        "email": "ja@ssi.bg",
        "time": "Wed Feb 09 02:26:38 2011 +0200"
      },
      "committer": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Wed Feb 16 07:00:33 2011 +0900"
      },
      "message": "ipvs: remove extra lookups for ICMP packets\n\n \tRemove code that should not be called anymore.\nNow when ip_vs_out handles replies for local clients at\nLOCAL_IN hook we do not need to call conn_out_get and\nhandle_response_icmp from ip_vs_in_icmp* because such\nlookups were already performed for the ICMP packet and no\nconnection was found.\n\nSigned-off-by: Julian Anastasov \u003cja@ssi.bg\u003e\nSigned-off-by: Simon Horman \u003chorms@verge.net.au\u003e\n"
    },
    {
      "commit": "16a7fd323f93eab88df79fc647575ae9789037c2",
      "tree": "f691935263f8f3e77071016924f15aac1e82ce4a",
      "parents": [
        "8248779b1878f17cce2bb809831f4f2a252bdb77"
      ],
      "author": {
        "name": "Tinggong Wang",
        "email": "wangtinggong@gmail.com",
        "time": "Wed Feb 09 02:21:59 2011 +0200"
      },
      "committer": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Wed Feb 16 07:00:02 2011 +0900"
      },
      "message": "ipvs: fix timer in get_curr_sync_buff\n\n \tFix get_curr_sync_buff to keep buffer for 2 seconds\nas intended, not just for the current jiffie. By this way\nwe will sync more connection structures with single packet.\n\nSigned-off-by: Tinggong Wang \u003cwangtinggong@gmail.com\u003e\nSigned-off-by: Julian Anastasov \u003cja@ssi.bg\u003e\nSigned-off-by: Simon Horman \u003chorms@verge.net.au\u003e\n"
    },
    {
      "commit": "8248779b1878f17cce2bb809831f4f2a252bdb77",
      "tree": "a95b7b0987be02ac7be38ae081038068b7bb9854",
      "parents": [
        "a2361c8735e07322023aedc36e4938b35af31eb0"
      ],
      "author": {
        "name": "Florian Westphal",
        "email": "fw@strlen.de",
        "time": "Tue Feb 15 21:59:37 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 15 21:59:37 2011 +0100"
      },
      "message": "netfilter: nfnetlink_log: remove unused parameter\n\nSigned-off-by: Florian Westphal \u003cfw@strlen.de\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "a2361c8735e07322023aedc36e4938b35af31eb0",
      "tree": "387f1dfc6d7735e850531c99c6355d1e593196ef",
      "parents": [
        "20b7975e5aefc7fd08b7f582f3901b1669725cd0"
      ],
      "author": {
        "name": "Jan Engelhardt",
        "email": "jengelh@medozas.de",
        "time": "Mon Feb 14 17:28:55 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Mon Feb 14 17:28:55 2011 +0100"
      },
      "message": "netfilter: xt_conntrack: warn about use in raw table\n\nnfct happens to run after the raw table only.\n\nSigned-off-by: Jan Engelhardt \u003cjengelh@medozas.de\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "20b7975e5aefc7fd08b7f582f3901b1669725cd0",
      "tree": "b11e232bd7200281ab3ec90ed5765fe51fce9562",
      "parents": [
        "d846f71195d57b0bbb143382647c2c6638b04c5a"
      ],
      "author": {
        "name": "Stefan Berger",
        "email": "stefanb@linux.vnet.ibm.com",
        "time": "Mon Feb 14 16:54:33 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Mon Feb 14 16:54:33 2011 +0100"
      },
      "message": "Revert \"netfilter: xt_connlimit: connlimit-above early loop termination\"\n\nThis reverts commit 44bd4de9c2270b22c3c898310102bc6be9ed2978.\n\nI have to revert the early loop termination in connlimit since it generates\nproblems when an iptables statement does not use -m state --state NEW before\nthe connlimit match extension.\n\nSigned-off-by: Stefan Berger \u003cstefanb@linux.vnet.ibm.com\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "d846f71195d57b0bbb143382647c2c6638b04c5a",
      "tree": "67515bc845a399c77df22dd859cabdb17dcd70ff",
      "parents": [
        "44bd4de9c2270b22c3c898310102bc6be9ed2978"
      ],
      "author": {
        "name": "Vasiliy Kulikov",
        "email": "segoon@openwall.com",
        "time": "Mon Feb 14 16:49:23 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Mon Feb 14 16:49:23 2011 +0100"
      },
      "message": "bridge: netfilter: fix information leak\n\nStruct tmp is copied from userspace.  It is not checked whether the \"name\"\nfield is NULL terminated.  This may lead to buffer overflow and passing\ncontents of kernel stack as a module name to try_then_request_module() and,\nconsequently, to modprobe commandline.  It would be seen by all userspace\nprocesses.\n\nSigned-off-by: Vasiliy Kulikov \u003csegoon@openwall.com\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "44bd4de9c2270b22c3c898310102bc6be9ed2978",
      "tree": "b14ddafd121b1c1a29580c0278e9cf14667aa96a",
      "parents": [
        "c16e19c11730199c1df686b160c9c972ad28baf8"
      ],
      "author": {
        "name": "Stefan Berger",
        "email": "stefanb@linux.vnet.ibm.com",
        "time": "Fri Feb 11 18:00:07 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Fri Feb 11 18:00:07 2011 +0100"
      },
      "message": "netfilter: xt_connlimit: connlimit-above early loop termination\n\nThe patch below introduces an early termination of the loop that is\ncounting matches. It terminates once the counter has exceeded the\nthreshold provided by the user. There\u0027s no point in continuing the loop\nafterwards and looking at other entries.\n\nIt plays together with the following code further below:\n\nreturn (connections \u003e info-\u003elimit) ^ info-\u003einverse;\n\nwhere connections is the result of the counted connection, which in turn\nis the matches variable in the loop. So once\n\n        -\u003e matches \u003d info-\u003elimit + 1\nalias   -\u003e matches \u003e info-\u003elimit\nalias   -\u003e matches \u003e threshold\n\nwe can terminate the loop.\n\nSigned-off-by: Stefan Berger \u003cstefanb@linux.vnet.ibm.com\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "c16e19c11730199c1df686b160c9c972ad28baf8",
      "tree": "cd9d01aa0febf01da6cf195c26926a9ab7589531",
      "parents": [
        "7c9989a76e62ceca90e5f31f8920fd6b7b8b6525"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Feb 10 10:13:07 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Feb 10 10:13:07 2011 +0100"
      },
      "message": "netfilter: ipset: add dependency on CONFIG_NETFILTER_NETLINK\n\nWhen SYSCTL and PROC_FS and NETFILTER_NETLINK are not enabled:\n\nnet/built-in.o: In function `try_to_load_type\u0027:\nip_set_core.c:(.text+0x3ab49): undefined reference to `nfnl_unlock\u0027\nip_set_core.c:(.text+0x3ab4e): undefined reference to `nfnl_lock\u0027\n...\n\nReported-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "7c9989a76e62ceca90e5f31f8920fd6b7b8b6525",
      "tree": "047edb197bba95258e30caec9989d9ea3a11d3eb",
      "parents": [
        "8525d6f84f576402278a552ed17d2ba3b61f8e3c"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "error27@gmail.com",
        "time": "Mon Feb 07 11:38:55 2011 +0300"
      },
      "committer": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Mon Feb 07 20:40:00 2011 +0900"
      },
      "message": "IPVS: precedence bug in ip_vs_sync_switch_mode()\n\n\u0027!\u0027 has higher precedence than \u0027\u0026\u0027.  IP_VS_STATE_MASTER is 0x1 so\nthe original code is equivelent to if (!ipvs-\u003esync_state) ...\n\nSigned-off-by: Dan Carpenter \u003cerror27@gmail.com\u003e\nSigned-off-by: Hans Schillstrom \u003chans.schillstrom@ericsson.com\u003e\nSigned-off-by: Simon Horman \u003chorms@verge.net.au\u003e\n"
    },
    {
      "commit": "8525d6f84f576402278a552ed17d2ba3b61f8e3c",
      "tree": "49414aaf9fa144cd77d61aa3f302f8aa0a37e13d",
      "parents": [
        "9291747f118d6404e509747b85ff5f6dfec368d2"
      ],
      "author": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Thu Feb 03 07:22:43 2011 +0900"
      },
      "committer": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Thu Feb 03 20:45:55 2011 +0900"
      },
      "message": "IPVS: Use correct lock in SCTP module\n\nUse sctp_app_lock instead of tcp_app_lock in the SCTP protocol module.\n\nThis appears to be a typo introduced by the netns changes.\n\nSigned-off-by: Simon Horman \u003chorms@verge.net.au\u003e\nSigned-off-by: Hans Schillstrom \u003chans.schillstrom@ericsson.com\u003e\n"
    },
    {
      "commit": "9291747f118d6404e509747b85ff5f6dfec368d2",
      "tree": "4ccb3988371f3dc75ade8427518986ad6890389c",
      "parents": [
        "5f52bc3cdd1bb2e12e61639df19d9dcd530c4568"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Feb 03 00:05:43 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Feb 03 00:05:43 2011 +0100"
      },
      "message": "netfilter: xtables: add device group match\n\nAdd a new \u0027devgroup\u0027 match to match on the device group of the\nincoming and outgoing network device of a packet.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "5f52bc3cdd1bb2e12e61639df19d9dcd530c4568",
      "tree": "b4a24cd688e4e87084975d3d6cd338fefe3581b2",
      "parents": [
        "724bab476bcac9f7d0b5204cb06e346216d42166"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Wed Feb 02 23:56:00 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Wed Feb 02 23:56:00 2011 +0100"
      },
      "message": "netfilter: ipset: send error message manually\n\nWhen a message carries multiple commands and one of them triggers\nan error, we have to report to the userspace which one was that.\nThe line number of the command plays this role and there\u0027s an attribute\nreserved in the header part of the message to be filled out with the error\nline number. In order not to modify the original message received from\nthe userspace, we construct a new, complete netlink error message and\nmodifies the attribute there, then send it.\nNetlink is notified not to send its ACK/error message.\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "724bab476bcac9f7d0b5204cb06e346216d42166",
      "tree": "ac4aa027d85a801ca2e3eb75678124434e1ba30d",
      "parents": [
        "316ed388802533bcfd3dffb38d2ba29ac5428456"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Wed Feb 02 23:50:01 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Wed Feb 02 23:50:01 2011 +0100"
      },
      "message": "netfilter: ipset: fix linking with CONFIG_IPV6\u003dn\n\nAdd a dummy ip_set_get_ip6_port function that unconditionally\nreturns false for CONFIG_IPV6\u003dn and convert the real function\nto ipv6_skip_exthdr() to avoid pulling in the ip6_tables module\nwhen loading ipset.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "316ed388802533bcfd3dffb38d2ba29ac5428456",
      "tree": "408afd10131591f8759428d797513d5a68b3e7aa",
      "parents": [
        "e3e241b2769b27669d05f0a05083acd21b4faa2c"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Wed Feb 02 09:31:37 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Wed Feb 02 09:31:37 2011 +0100"
      },
      "message": "netfilter: ipset: add missing break statemtns in ip_set_get_ip_port()\n\nDon\u0027t fall through in the switch statement, otherwise IPv4 headers\nare incorrectly parsed again as IPv6 and the return value will always\nbe \u0027false\u0027.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "e3e241b2769b27669d05f0a05083acd21b4faa2c",
      "tree": "e0bd02af573dd52c46051f3cd28a378a25cb9d7b",
      "parents": [
        "ed3d1e7b72069a3463b7e227b18cae4a09b0ddad"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 18:52:42 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 18:52:42 2011 +0100"
      },
      "message": "netfilter: ipset: install ipset related header files\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "ed3d1e7b72069a3463b7e227b18cae4a09b0ddad",
      "tree": "bc577e3e7d58330b19a6f163e0ea60a90599f5a4",
      "parents": [
        "0443929ff0ecc4d1e690edaffa338cabe0863d3b"
      ],
      "author": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Tue Feb 01 18:30:26 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 18:30:26 2011 +0100"
      },
      "message": "IPVS: Remove ip_vs_sync_cleanup from section __exit\n\nip_vs_sync_cleanup() may be called from ip_vs_init() on error\nand thus needs to be accesible from section __init\n\nReporte-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Simon Horman \u003chorms@verge.net.au\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Hans Schillstrom \u003chans@schillstrom.com\u003e\nTested-by: Hans Schillstrom \u003chans@schillstrom.com\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "0443929ff0ecc4d1e690edaffa338cabe0863d3b",
      "tree": "e2929aa684cbe25525356829bd60c5f5e3119199",
      "parents": [
        "a13676476e289ba03a23e27df130c7f33ab00e2f"
      ],
      "author": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Tue Feb 01 18:29:04 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 18:29:04 2011 +0100"
      },
      "message": "IPVS: Allow compilation with CONFIG_SYSCTL disabled\n\nThis is a rather naieve approach to allowing PVS to compile with\nCONFIG_SYSCTL disabled.  I am working on a more comprehensive patch which\nwill remove compilation of all sysctl-related IPVS code when CONFIG_SYSCTL\nis disabled.\n\nReported-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Simon Horman \u003chorms@verge.net.au\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Hans Schillstrom \u003chans@schillstrom.com\u003e\nTested-by: Hans Schillstrom \u003chans@schillstrom.com\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "a13676476e289ba03a23e27df130c7f33ab00e2f",
      "tree": "442c46b665362215128c660f16bea89724faae8b",
      "parents": [
        "258e958b85cef23b1598515504426e8d0576d223"
      ],
      "author": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Tue Feb 01 18:27:51 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 18:27:51 2011 +0100"
      },
      "message": "IPVS: Remove unused variables\n\nThese variables are unused as a result of the recent netns work.\n\nSigned-off-by: Simon Horman \u003chorms@verge.net.au\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Hans Schillstrom \u003chans@schillstrom.com\u003e\nTested-by: Hans Schillstrom \u003chans@schillstrom.com\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "258e958b85cef23b1598515504426e8d0576d223",
      "tree": "cffc9dd64e30942a5762694d29e297f6243faede",
      "parents": [
        "a870c8c5cbe41bcf42cf4fa9f43d969b5134090b"
      ],
      "author": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Tue Feb 01 18:24:09 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 18:24:09 2011 +0100"
      },
      "message": "IPVS: remove duplicate initialisation or rs_table\n\nSigned-off-by: Simon Horman \u003chorms@verge.net.au\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Hans Schillstrom \u003chans@schillstrom.com\u003e\nTested-by: Hans Schillstrom \u003chans@schillstrom.com\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "a870c8c5cbe41bcf42cf4fa9f43d969b5134090b",
      "tree": "fd473bd349c0a6c45998431b9989d0581effc386",
      "parents": [
        "a00f1f3686d6a062b5295c092a9dff059adbdbf5"
      ],
      "author": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Tue Feb 01 18:21:53 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 18:21:53 2011 +0100"
      },
      "message": "IPVS: use z modifier for sizeof() argument\n\nReported-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Simon Horman \u003chorms@verge.net.au\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Hans Schillstrom \u003chans@schillstrom.com\u003e\nTested-by: Hans Schillstrom \u003chans@schillstrom.com\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "a00f1f3686d6a062b5295c092a9dff059adbdbf5",
      "tree": "7aefdf14d12a5ff377fe747d3d8ce4f34f77ff7a",
      "parents": [
        "582e1fc85ca3727abd4e99109a267c514ea5c260"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 17:26:37 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 17:26:37 2011 +0100"
      },
      "message": "netfilter: ctnetlink: fix ctnetlink_parse_tuple() warning\n\nnet/netfilter/nf_conntrack_netlink.c: In function \u0027ctnetlink_parse_tuple\u0027:\nnet/netfilter/nf_conntrack_netlink.c:832:11: warning: comparison between \u0027enum ctattr_tuple\u0027 and \u0027enum ctattr_type\u0027\n\nUse ctattr_type for the \u0027type\u0027 parameter since that\u0027s the type of all attributes\npassed to this function.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "582e1fc85ca3727abd4e99109a267c514ea5c260",
      "tree": "3825693687537c4fd0c72f5cc497d917e5f9572e",
      "parents": [
        "8da560ced56c423cd6d35803cd0244c944c676bd"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 16:57:37 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 16:57:37 2011 +0100"
      },
      "message": "netfilter: ipset: remove unnecessary includes\n\nNone of the set types need uaccess.h since this is handled centrally\nin ip_set_core. Most set types additionally don\u0027t need bitops.h and\nspinlock.h since they use neither. tcp.h is only needed by those\nusing before(), udp.h is not needed at all.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "8da560ced56c423cd6d35803cd0244c944c676bd",
      "tree": "98b253c24eae0b385ebcf8036f30f6541681dd1d",
      "parents": [
        "d956798d82d2d331c031301965d69e17a1a48a2b"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 16:27:25 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 16:27:25 2011 +0100"
      },
      "message": "netfilter: ipset: use nla_parse_nested()\n\nReplace calls of the form:\n\nnla_parse(tb, ATTR_MAX, nla_data(attr), nla_len(attr), policy)\n\nby:\n\nnla_parse_nested(tb, ATTR_MAX, attr, policy)\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "d956798d82d2d331c031301965d69e17a1a48a2b",
      "tree": "3ceb434334d79d9dd8b205fc502cf2d20ab737ab",
      "parents": [
        "f830837f0eed0f9e371b8fd65169365780814bb1"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Tue Feb 01 15:56:00 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 15:56:00 2011 +0100"
      },
      "message": "netfilter: xtables: \"set\" match and \"SET\" target support\n\nThe patch adds the combined module of the \"SET\" target and \"set\" match\nto netfilter. Both the previous and the current revisions are supported.\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "f830837f0eed0f9e371b8fd65169365780814bb1",
      "tree": "f83646838333cf2526270aa23320f88171e6fa35",
      "parents": [
        "21f45020a3084f80fcdd5f056a0c6389f5406399"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Tue Feb 01 15:54:59 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 15:54:59 2011 +0100"
      },
      "message": "netfilter: ipset: list:set set type support\n\nThe module implements the list:set type support in two flavours:\nwithout and with timeout. The sets has two sides: for the userspace,\nthey store the names of other (non list:set type of) sets: one can add,\ndelete and test set names. For the kernel, it forms an ordered union of\nthe member sets: the members sets are tried in order when elements are\nadded, deleted and tested and the process stops at the first success.\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "21f45020a3084f80fcdd5f056a0c6389f5406399",
      "tree": "933b3c8d349d90b3563091c48abf01dfb3636969",
      "parents": [
        "b38370299eeaba4cf8a9e0c5c6acc2a1e049be23"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Tue Feb 01 15:53:55 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 15:53:55 2011 +0100"
      },
      "message": "netfilter: ipset: hash:net,port set type support\n\nThe module implements the hash:net,port type support in four flavours:\nfor IPv4 and IPv6, both without and with timeout support. The elements\nare two dimensional: IPv4/IPv6 network address/prefix and protocol/port\npairs.\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "b38370299eeaba4cf8a9e0c5c6acc2a1e049be23",
      "tree": "5e3c1ba43c08a8273f987ed23c3642c4d44bb1fd",
      "parents": [
        "41d22f7b2e48c77175b62cec3797d7d7173a626e"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Tue Feb 01 15:52:54 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 15:52:54 2011 +0100"
      },
      "message": "netfilter: ipset: hash:net set type support\n\nThe module implements the hash:net type support in four flavours:\nfor IPv4 and IPv6, both without and with timeout support. The elements\nare one dimensional: IPv4/IPv6 network address/prefixes.\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "41d22f7b2e48c77175b62cec3797d7d7173a626e",
      "tree": "b6760c287a3cc864fc16ed45b611bead7dc7523f",
      "parents": [
        "5663bc30e6114b6ba88cc428619ede46a3246a7b"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Tue Feb 01 15:51:00 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 15:51:00 2011 +0100"
      },
      "message": "netfilter: ipset: hash:ip,port,net set type support\n\nThe module implements the hash:ip,port,net type support in four flavours:\nfor IPv4 and IPv6, both without and with timeout support. The elements\nare three dimensional: IPv4/IPv6 address, protocol/port and IPv4/IPv6\nnetwork address/prefix triples. The different prefixes are searched/matched\nfrom the longest prefix to the shortes one (most specific to least).\nIn other words the processing time linearly grows with the number of\ndifferent prefixes in the set.\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "5663bc30e6114b6ba88cc428619ede46a3246a7b",
      "tree": "b43cf01f96c72490a3eab6532937ba0f371c0fb8",
      "parents": [
        "07896ed37b94599a1b8ea97f4bd5766be71390f4"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Tue Feb 01 15:41:26 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 15:41:26 2011 +0100"
      },
      "message": "netfilter: ipset: hash:ip,port,ip set type support\n\nThe module implements the hash:ip,port,ip type support in four flavours:\nfor IPv4 and IPv6, both without and with timeout support. The elements\nare three dimensional: IPv4/IPv6 address, protocol/port and IPv4/IPv6\naddress triples.\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "07896ed37b94599a1b8ea97f4bd5766be71390f4",
      "tree": "aa9c456290230380b2618735787b13ddd46b5697",
      "parents": [
        "6c027889696a7a694b0e2f6e3cabadefec7553b6"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Tue Feb 01 15:39:52 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 15:39:52 2011 +0100"
      },
      "message": "netfilter: ipset: hash:ip,port set type support\n\nThe module implements the hash:ip,port type support in four flavours:\nfor IPv4 and IPv6, both without and with timeout support. The elements\nare two dimensional: IPv4/IPv6 address and protocol/port pairs. The port\nis interpeted for TCP, UPD, ICMP and ICMPv6 (at the latters as type/code\nof course).\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "6c027889696a7a694b0e2f6e3cabadefec7553b6",
      "tree": "bfdb7bbdb8153ac15c45fe86928d4b02ce3fe766",
      "parents": [
        "543261907dc3c4e90845acfcd602ebdbfdfcb4f0"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Tue Feb 01 15:38:36 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 15:38:36 2011 +0100"
      },
      "message": "netfilter: ipset: hash:ip set type support\n\nThe module implements the hash:ip type support in four flavours:\nfor IPv4 or IPv6, both without and with timeout support.\n\nAll the hash types are based on the \"array hash\" or ahash structure\nand functions as a good compromise between minimal memory footprint\nand speed. The hashing uses arrays to resolve clashes. The hash table\nis resized (doubled) when searching becomes too long. Resizing can be\ntriggered by userspace add commands only and those are serialized by\nthe nfnl mutex. During resizing the set is read-locked, so the only\npossible concurrent operations are the kernel side readers. Those are\nprotected by RCU locking.\n\nBecause of the four flavours and the other hash types, the functions\nare implemented in general forms in the ip_set_ahash.h header file\nand the real functions are generated before compiling by macro expansion.\nThus the dereferencing of low-level functions and void pointer arguments\ncould be avoided: the low-level functions are inlined, the function\narguments are pointers of type-specific structures.\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "543261907dc3c4e90845acfcd602ebdbfdfcb4f0",
      "tree": "a8f233fa9532347b4d795d5d8021c36df7c60471",
      "parents": [
        "de76021a1bb35e3560afccf741d1119a872aea49"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Tue Feb 01 15:37:04 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 15:37:04 2011 +0100"
      },
      "message": "netfilter: ipset; bitmap:port set type support\n\nThe module implements the bitmap:port type in two flavours, without\nand with timeout support to store TCP/UDP ports from a range.\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "de76021a1bb35e3560afccf741d1119a872aea49",
      "tree": "6448430864efba817a393a99bf5c1c43db93365d",
      "parents": [
        "72205fc68bd13109576aa6c4c12c740962d28a6c"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Tue Feb 01 15:35:12 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 15:35:12 2011 +0100"
      },
      "message": "netfilter: ipset: bitmap:ip,mac type support\n\nThe module implements the bitmap:ip,mac set type in two flavours,\nwithout and with timeout support. In this kind of set one can store\nIPv4 address and (source) MAC address pairs. The type supports elements\nadded without the MAC part filled out: when the first matching from kernel\nhappens, the MAC part is automatically filled out. The timing out of the\nelements stars when an element is complete in the IP,MAC pair.\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "72205fc68bd13109576aa6c4c12c740962d28a6c",
      "tree": "c034f0c9c216f489cfce377215b7420cb66d4b2f",
      "parents": [
        "a7b4f989a629493bb4ec4a354def784d440b32c4"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Tue Feb 01 15:33:17 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 15:33:17 2011 +0100"
      },
      "message": "netfilter: ipset: bitmap:ip set type support\n\nThe module implements the bitmap:ip set type in two flavours, without\nand with timeout support. In this kind of set one can store IPv4\naddresses (or network addresses) from a given range.\n\nIn order not to waste memory, the timeout version does not rely on\nthe kernel timer for every element to be timed out but on garbage\ncollection. All set types use this mechanism.\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "a7b4f989a629493bb4ec4a354def784d440b32c4",
      "tree": "47f5f6a19cd8fb4cbd44a064edbf03a5b102ea1b",
      "parents": [
        "f703651ef870bd6b94ddc98ae07488b7d3fd9335"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Tue Feb 01 15:28:35 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 15:28:35 2011 +0100"
      },
      "message": "netfilter: ipset: IP set core support\n\nThe patch adds the IP set core support to the kernel.\n\nThe IP set core implements a netlink (nfnetlink) based protocol by which\none can create, destroy, flush, rename, swap, list, save, restore sets,\nand add, delete, test elements from userspace. For simplicity (and backward\ncompatibilty and for not to force ip(6)tables to be linked with a netlink\nlibrary) reasons a small getsockopt-based protocol is also kept in order\nto communicate with the ip(6)tables match and target.\n\nThe netlink protocol passes all u16, etc values in network order with\nNLA_F_NET_BYTEORDER flag. The protocol enforces the proper use of the\nNLA_F_NESTED and NLA_F_NET_BYTEORDER flags.\n\nFor other kernel subsystems (netfilter match and target) the API contains\nthe functions to add, delete and test elements in sets and the required calls\nto get/put refereces to the sets before those operations can be performed.\n\nThe set types (which are implemented in independent modules) are stored\nin a simple RCU protected list. A set type may have variants: for example\nwithout timeout or with timeout support, for IPv4 or for IPv6. The sets\n(i.e. the pointers to the sets) are stored in an array. The sets are\nidentified by their index in the array, which makes possible easy and\nfast swapping of sets. The array is protected indirectly by the nfnl\nmutex from nfnetlink. The content of the sets are protected by the rwlock\nof the set.\n\nThere are functional differences between the add/del/test functions\nfor the kernel and userspace:\n\n- kernel add/del/test: works on the current packet (i.e. one element)\n- kernel test: may trigger an \"add\" operation  in order to fill\n  out unspecified parts of the element from the packet (like MAC address)\n- userspace add/del: works on the netlink message and thus possibly\n  on multiple elements from the IPSET_ATTR_ADT container attribute.\n- userspace add: may trigger resizing of a set\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "f703651ef870bd6b94ddc98ae07488b7d3fd9335",
      "tree": "1840dadb9102fe0cf0216daf63cb97d4e2552629",
      "parents": [
        "6a4ddef2a3805d5b0664a94579b7a651bc202266"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Tue Feb 01 15:20:14 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Feb 01 15:20:14 2011 +0100"
      },
      "message": "netfilter: NFNL_SUBSYS_IPSET id and NLA_PUT_NET* macros\n\nThe patch adds the NFNL_SUBSYS_IPSET id and NLA_PUT_NET* macros to the\nvanilla kernel.\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "6a4ddef2a3805d5b0664a94579b7a651bc202266",
      "tree": "52967b32cb0d95cdbc5fcb2f3b596702ef89b0bf",
      "parents": [
        "705ca147176090203afd7503392e6e770637499b"
      ],
      "author": {
        "name": "Thomas Jacob",
        "email": "jacob@internet24.de",
        "time": "Fri Jan 28 19:33:13 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Fri Jan 28 19:33:13 2011 +0100"
      },
      "message": "netfilter: xt_iprange: add IPv6 match debug print code\n\nSigned-off-by: Thomas Jacob \u003cjacob@internet24.de\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "705ca147176090203afd7503392e6e770637499b",
      "tree": "df1d39bb69e7e7ff4c367136725d1c66a81aa7a1",
      "parents": [
        "2e0348c449683a837644bb0027dbe5940b150c25"
      ],
      "author": {
        "name": "Thomas Jacob",
        "email": "jacob@internet24.de",
        "time": "Thu Jan 27 10:56:32 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 27 10:56:32 2011 +0100"
      },
      "message": "netfilter: xt_iprange: typo in IPv4 match debug print code\n\nSigned-off-by: Thomas Jacob \u003cjacob@internet24.de\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "2e0348c449683a837644bb0027dbe5940b150c25",
      "tree": "17152612e7ec1844b46c36565d56297a00b112b1",
      "parents": [
        "9f4e1ccd80530609bbceec68ae3831697b5c6a68",
        "ad86e1f27a9a97a9e50810b10bca678407b1d6fd"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Wed Jan 26 16:28:45 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Wed Jan 26 16:28:45 2011 +0100"
      },
      "message": "Merge branch \u0027connlimit\u0027 of git://dev.medozas.de/linux\n"
    },
    {
      "commit": "ad86e1f27a9a97a9e50810b10bca678407b1d6fd",
      "tree": "1ad952ca2f4e5b4e9e4a950861199aaaf9537117",
      "parents": [
        "4b3fd57138c969dd940651fadf90db627254edbf"
      ],
      "author": {
        "name": "Jan Engelhardt",
        "email": "jengelh@medozas.de",
        "time": "Wed Jan 26 11:50:03 2011 +0100"
      },
      "committer": {
        "name": "Jan Engelhardt",
        "email": "jengelh@medozas.de",
        "time": "Wed Jan 26 13:01:39 2011 +0100"
      },
      "message": "netfilter: xt_connlimit: pick right dstaddr in NAT scenario\n\nxt_connlimit normally records the \"original\" tuples in a hashlist\n(such as \"1.2.3.4 -\u003e 5.6.7.8\"), and looks in this list for iph-\u003edaddr\nwhen counting.\n\nWhen the user however uses DNAT in PREROUTING, looking for\niph-\u003edaddr -- which is now 192.168.9.10 -- will not match. Thus in\ndaddr mode, we need to record the reverse direction tuple\n(\"192.168.9.10 -\u003e 1.2.3.4\") instead. In the reverse tuple, the dst\naddr is on the src side, which is convenient, as count_them still uses\n\u0026conn-\u003etuple.src.u3.\n\nSigned-off-by: Jan Engelhardt \u003cjengelh@medozas.de\u003e\n"
    },
    {
      "commit": "9f4e1ccd80530609bbceec68ae3831697b5c6a68",
      "tree": "ca2089c713a928069105c6efa866fc1e3b44de4d",
      "parents": [
        "07924709f68b3f4f701d4efd6acd18ca4ee14de3"
      ],
      "author": {
        "name": "Changli Gao",
        "email": "xiaosuo@gmail.com",
        "time": "Tue Jan 25 12:40:18 2011 +0800"
      },
      "committer": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Tue Jan 25 23:17:51 2011 +1000"
      },
      "message": "netfilter: ipvs: fix compiler warnings\n\nFix compiler warnings when IP_VS_DBG() isn\u0027t defined.\n\nSigned-off-by: Changli Gao \u003cxiaosuo@gmail.com\u003e\nAcked-by: Hans Schillstrom \u003chans.schillstrom@ericsson.com\u003e\nSigned-off-by: Simon Horman \u003chorms@verge.net.au\u003e\n"
    },
    {
      "commit": "07924709f68b3f4f701d4efd6acd18ca4ee14de3",
      "tree": "3b2a173cd5aca2aaeffba3777308ef9fb260af96",
      "parents": [
        "4b3fd57138c969dd940651fadf90db627254edbf"
      ],
      "author": {
        "name": "Hans Schillstrom",
        "email": "hans.schillstrom@ericsson.com",
        "time": "Mon Jan 24 15:14:41 2011 +0100"
      },
      "committer": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Tue Jan 25 12:13:08 2011 +1000"
      },
      "message": "IPVS netns BUG, register sysctl for root ns\n\nThe newly created table was not used when register sysctl for a new namespace.\nI.e. sysctl doesn\u0027t work for other than root namespace (init_net)\n\nSigned-off-by: Hans Schillstrom \u003chans.schillstrom@ericsson.com\u003e\nSigned-off-by: Simon Horman \u003chorms@verge.net.au\u003e\n"
    },
    {
      "commit": "4b3fd57138c969dd940651fadf90db627254edbf",
      "tree": "79beb439ed57db89a1701901869a85c867434eb1",
      "parents": [
        "091bb34c143674d37a59b2d4857534f7106c5d7d"
      ],
      "author": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Sat Jan 22 13:48:01 2011 +1100"
      },
      "committer": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Sat Jan 22 13:48:01 2011 +1100"
      },
      "message": "IPVS: Change sock_create_kernel() to __sock_create()\n\nThe recent netns changes omitted to change\nsock_create_kernel() to __sock_create() in ip_vs_sync.c\n\nThe effect of this is that the interface will be selected in the\nroot-namespace, from my point of view it\u0027s a major bug.\n\nReported-by: Hans Schillstrom \u003chans@schillstrom.com\u003e\nAcked-by: Julian Anastasov \u003cja@ssi.bg\u003e\nSigned-off-by: Simon Horman \u003chorms@verge.net.au\u003e\n"
    },
    {
      "commit": "091bb34c143674d37a59b2d4857534f7106c5d7d",
      "tree": "38c7eb68b7a7ebc741a336e4414d49f4861bf856",
      "parents": [
        "bced94ed5efad836859d9426f37f48d46218e99a"
      ],
      "author": {
        "name": "Changli Gao",
        "email": "xiaosuo@gmail.com",
        "time": "Fri Jan 21 18:02:13 2011 +0800"
      },
      "committer": {
        "name": "Simon Horman",
        "email": "horms@verge.net.au",
        "time": "Sat Jan 22 13:19:36 2011 +1100"
      },
      "message": "netfilter: ipvs: fix compiler warnings\n\nFix compiler warnings when no transport protocol load balancing support\nis configured.\n\n[horms@verge.net.au: removed suprious __ip_vs_cleanup() clean-up hunk]\nSigned-off-by: Changli Gao \u003cxiaosuo@gmail.com\u003e\nSigned-off-by: Simon Horman \u003chorms@verge.net.au\u003e\n"
    },
    {
      "commit": "bced94ed5efad836859d9426f37f48d46218e99a",
      "tree": "3e97c08c815faf8391517e2fc7ee74170145972c",
      "parents": [
        "2f1e3176723d74ea2dd975e5be0ef6bb4fed2e2e"
      ],
      "author": {
        "name": "Eric Dumazet",
        "email": "eric.dumazet@gmail.com",
        "time": "Thu Jan 20 21:00:38 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 20 21:00:38 2011 +0100"
      },
      "message": "netfilter: add a missing include in nf_conntrack_reasm.c\n\nAfter commit ae90bdeaeac6b (netfilter: fix compilation when conntrack is\ndisabled but tproxy is enabled) we have following warnings :\n\nnet/ipv6/netfilter/nf_conntrack_reasm.c:520:16: warning: symbol\n\u0027nf_ct_frag6_gather\u0027 was not declared. Should it be static?\nnet/ipv6/netfilter/nf_conntrack_reasm.c:591:6: warning: symbol\n\u0027nf_ct_frag6_output\u0027 was not declared. Should it be static?\nnet/ipv6/netfilter/nf_conntrack_reasm.c:612:5: warning: symbol\n\u0027nf_ct_frag6_init\u0027 was not declared. Should it be static?\nnet/ipv6/netfilter/nf_conntrack_reasm.c:640:6: warning: symbol\n\u0027nf_ct_frag6_cleanup\u0027 was not declared. Should it be static?\n\nFix this including net/netfilter/ipv6/nf_defrag_ipv6.h\n\nSigned-off-by: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nCC: KOVACS Krisztian \u003chidden@balabit.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "2f1e3176723d74ea2dd975e5be0ef6bb4fed2e2e",
      "tree": "5f8b12f4e3d58d67bb9c1c8d00ef4d7922e3ed8e",
      "parents": [
        "06988b06935da7a210887e9d3f50f46f2faa4953"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 20 20:46:52 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 20 20:46:52 2011 +0100"
      },
      "message": "netfilter: nf_conntrack: fix linker error with NF_CONNTRACK_TIMESTAMP\u003dn\n\nnet/built-in.o: In function `nf_conntrack_init_net\u0027:\nnet/netfilter/nf_conntrack_core.c:1521:\n\tundefined reference to `nf_conntrack_tstamp_init\u0027\nnet/netfilter/nf_conntrack_core.c:1531:\n\tundefined reference to `nf_conntrack_tstamp_fini\u0027\n\nAdd dummy inline functions for the \u003dn case to fix this.\n\nReported-by: John Fastabend \u003cjohn.r.fastabend@intel.com\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "06988b06935da7a210887e9d3f50f46f2faa4953",
      "tree": "3117e4e5a89e34ae8e6ecd343290517a4b4cdfaa",
      "parents": [
        "41a7cab6d329039d614ca5f0f87aff2dfd90637c"
      ],
      "author": {
        "name": "Jan Engelhardt",
        "email": "jengelh@medozas.de",
        "time": "Thu Jan 20 17:50:17 2011 +0100"
      },
      "committer": {
        "name": "Jan Engelhardt",
        "email": "jengelh@medozas.de",
        "time": "Thu Jan 20 17:50:17 2011 +0100"
      },
      "message": "netfilter: xtables: add missing header inclusions for headers_check\n\nResolve these warnings on `make headers_check`:\n\nusr/include/linux/netfilter/xt_CT.h:7: found __[us]{8,16,32,64} type\nwithout #include \u003clinux/types.h\u003e\n...\n\nSigned-off-by: Jan Engelhardt \u003cjengelh@medozas.de\u003e\n"
    },
    {
      "commit": "41a7cab6d329039d614ca5f0f87aff2dfd90637c",
      "tree": "ae4f721c29b3fa5f80820f520850d5c909d04786",
      "parents": [
        "4cda47d2e7b21b0b41e44dbe4cd9804fea2d30e9"
      ],
      "author": {
        "name": "Changli Gao",
        "email": "xiaosuo@gmail.com",
        "time": "Thu Jan 20 15:49:52 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 20 15:49:52 2011 +0100"
      },
      "message": "netfilter: nf_nat: place conntrack in source hash after SNAT is done\n\nIf SNAT isn\u0027t done, the wrong info maybe got by the other cts.\n\nAs the filter table is after DNAT table, the packets dropped in filter\ntable also bother bysource hash table.\n\nSigned-off-by: Changli Gao \u003cxiaosuo@gmail.com\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "4cda47d2e7b21b0b41e44dbe4cd9804fea2d30e9",
      "tree": "efbe247c83bb8937d24cc6db09c4f356c94f474e",
      "parents": [
        "82d800d8e7fa731b50deb851d16b68050673f587",
        "ba12b130a65840005770135a69199cb9adaf8c8f"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 20 14:17:32 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 20 14:17:32 2011 +0100"
      },
      "message": "Merge branch \u0027connlimit\u0027 of git://dev.medozas.de/linux\n"
    },
    {
      "commit": "ba12b130a65840005770135a69199cb9adaf8c8f",
      "tree": "14e0e57e8700cd3773496456d37fba157c29211d",
      "parents": [
        "cc4fc022571376412986e27e08b0765e9cb2aafb"
      ],
      "author": {
        "name": "Jan Engelhardt",
        "email": "jengelh@medozas.de",
        "time": "Thu Jan 20 14:01:12 2011 +0100"
      },
      "committer": {
        "name": "Jan Engelhardt",
        "email": "jengelh@medozas.de",
        "time": "Thu Jan 20 14:01:12 2011 +0100"
      },
      "message": "netfilter: xtables: remove duplicate member\n\nAccidentally missed removing the old out-of-union \"inverse\" member,\nwhich caused the struct size to change which then gives size mismatch\nwarnings when using an old iptables.\n\nIt is interesting to see that gcc did not warn about this before.\n(Filed http://gcc.gnu.org/bugzilla/show_bug.cgi?id\u003d47376 )\n\nSigned-off-by: Jan Engelhardt \u003cjengelh@medozas.de\u003e\n"
    },
    {
      "commit": "82d800d8e7fa731b50deb851d16b68050673f587",
      "tree": "60acee6699b1cdb7fe5e2802947737dffeeeb6c9",
      "parents": [
        "28a51ba59a1a983d63d4775e9bb8230fe0fb3b29",
        "cc4fc022571376412986e27e08b0765e9cb2aafb"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 20 10:33:55 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 20 10:33:55 2011 +0100"
      },
      "message": "Merge branch \u0027connlimit\u0027 of git://dev.medozas.de/linux\n\nConflicts:\n\tDocumentation/feature-removal-schedule.txt\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "28a51ba59a1a983d63d4775e9bb8230fe0fb3b29",
      "tree": "8cb43af6028065dcdbc4418bbb30767729edc579",
      "parents": [
        "a07aa004c8d814a975b1a68afdb7baaa8f1b91d5"
      ],
      "author": {
        "name": "Florian Westphal",
        "email": "fw@strlen.de",
        "time": "Thu Jan 20 10:23:26 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 20 10:23:26 2011 +0100"
      },
      "message": "netfilter: do not omit re-route check on NF_QUEUE verdict\n\nret !\u003d NF_QUEUE only works in the \"--queue-num 0\" case; for\nqueues \u003e 0 the test should be \u0027(ret \u0026 NF_VERDICT_MASK) !\u003d NF_QUEUE\u0027.\n\nHowever, NF_QUEUE no longer DROPs the skb unconditionally if queueing\nfails (due to NF_VERDICT_FLAG_QUEUE_BYPASS verdict flag), so the\nre-route test should also be performed if this flag is set in the\nverdict.\n\nThe full test would then look something like\n\n\u0026\u0026 ((ret \u0026 NF_VERDICT_MASK) \u003d\u003d NF_QUEUE \u0026\u0026 (ret \u0026 NF_VERDICT_FLAG_QUEUE_BYPASS))\n\nThis is rather ugly, so just remove the NF_QUEUE test altogether.\n\nThe only effect is that we might perform an unnecessary route lookup\nin the NF_QUEUE case.\n\nip6table_mangle did not have such a check.\n\nSigned-off-by: Florian Westphal \u003cfw@strlen.de\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "a07aa004c8d814a975b1a68afdb7baaa8f1b91d5",
      "tree": "652edc2dce9732a64780b9e332034b6567631a8b",
      "parents": [
        "cc7ec456f82da7f89a5b376e613b3ac4311b3e9a",
        "5d8449286456659cdd0998e62d80df2d9e77e9e3"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 20 00:06:15 2011 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 20 00:06:15 2011 -0800"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6\n"
    },
    {
      "commit": "5d8449286456659cdd0998e62d80df2d9e77e9e3",
      "tree": "3e773cbdc028f6c9bc0331bb137e3c64625a0cf5",
      "parents": [
        "14f0290ba44de6ed435fea24bba26e7868421c66"
      ],
      "author": {
        "name": "Jan Engelhardt",
        "email": "jengelh@medozas.de",
        "time": "Thu Jan 20 08:48:15 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 20 08:48:15 2011 +0100"
      },
      "message": "netfilter: xtables: remove extraneous header that slipped in\n\nCommit 0b8ad87 (netfilter: xtables: add missing header files to export\nlist) erroneously added this.\n\nSigned-off-by: Jan Engelhardt \u003cjengelh@medozas.de\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "cc7ec456f82da7f89a5b376e613b3ac4311b3e9a",
      "tree": "534729db08c10f40c090261cdc191dd2303dfc5c",
      "parents": [
        "7180a03118cac7256fb04f929fe34d0aeee92c40"
      ],
      "author": {
        "name": "Eric Dumazet",
        "email": "eric.dumazet@gmail.com",
        "time": "Wed Jan 19 19:26:56 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jan 19 23:31:12 2011 -0800"
      },
      "message": "net_sched: cleanups\n\nCleanup net/sched code to current CodingStyle and practices.\n\nReduce inline abuse\n\nSigned-off-by: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7180a03118cac7256fb04f929fe34d0aeee92c40",
      "tree": "c2386705b0a43d1b3e0fedde2cc9fa6e5cb17efc",
      "parents": [
        "b8970f0bfc78103cb74c66055de7379b15097840"
      ],
      "author": {
        "name": "Alban Crequy",
        "email": "alban.crequy@collabora.co.uk",
        "time": "Wed Jan 19 04:56:36 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jan 19 23:31:11 2011 -0800"
      },
      "message": "af_unix: coding style: remove one level of indentation in unix_shutdown()\n\nSigned-off-by: Alban Crequy \u003calban.crequy@collabora.co.uk\u003e\nReviewed-by: Ian Molton \u003cian.molton@collabora.co.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b8970f0bfc78103cb74c66055de7379b15097840",
      "tree": "a85578cddfd506e049af0c78a56dd0ee342fc93b",
      "parents": [
        "4f57c087de9b46182545676d2c594120a20f2e58"
      ],
      "author": {
        "name": "John Fastabend",
        "email": "john.r.fastabend@intel.com",
        "time": "Mon Jan 17 08:06:09 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jan 19 23:31:11 2011 -0800"
      },
      "message": "net_sched: implement a root container qdisc sch_mqprio\n\nThis implements a mqprio queueing discipline that by default creates\na pfifo_fast qdisc per tx queue and provides the needed configuration\ninterface.\n\nUsing the mqprio qdisc the number of tcs currently in use along\nwith the range of queues alloted to each class can be configured. By\ndefault skbs are mapped to traffic classes using the skb priority.\nThis mapping is configurable.\n\nConfigurable parameters,\n\nstruct tc_mqprio_qopt {\n\t__u8    num_tc;\n\t__u8    prio_tc_map[TC_BITMASK + 1];\n\t__u8    hw;\n\t__u16   count[TC_MAX_QUEUE];\n\t__u16   offset[TC_MAX_QUEUE];\n};\n\nHere the count/offset pairing give the queue alignment and the\nprio_tc_map gives the mapping from skb-\u003epriority to tc.\n\nThe hw bit determines if the hardware should configure the count\nand offset values. If the hardware bit is set then the operation\nwill fail if the hardware does not implement the ndo_setup_tc\noperation. This is to avoid undetermined states where the hardware\nmay or may not control the queue mapping. Also minimal bounds\nchecking is done on the count/offset to verify a queue does not\nexceed num_tx_queues and that queue ranges do not overlap. Otherwise\nit is left to user policy or hardware configuration to create\nuseful mappings.\n\nIt is expected that hardware QOS schemes can be implemented by\ncreating appropriate mappings of queues in ndo_tc_setup().\n\nOne expected use case is drivers will use the ndo_setup_tc to map\nqueue ranges onto 802.1Q traffic classes. This provides a generic\nmechanism to map network traffic onto these traffic classes and\nremoves the need for lower layer drivers to know specifics about\ntraffic types.\n\nSigned-off-by: John Fastabend \u003cjohn.r.fastabend@intel.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4f57c087de9b46182545676d2c594120a20f2e58",
      "tree": "bb2ed64efcafbf4d8fe2f625b432b554d05fdc47",
      "parents": [
        "e7ed828f10bd89a28f821ae7f20e691704d61923"
      ],
      "author": {
        "name": "John Fastabend",
        "email": "john.r.fastabend@intel.com",
        "time": "Mon Jan 17 08:06:04 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jan 19 23:31:10 2011 -0800"
      },
      "message": "net: implement mechanism for HW based QOS\n\nThis patch provides a mechanism for lower layer devices to\nsteer traffic using skb-\u003epriority to tx queues. This allows\nfor hardware based QOS schemes to use the default qdisc without\nincurring the penalties related to global state and the qdisc\nlock. While reliably receiving skbs on the correct tx ring\nto avoid head of line blocking resulting from shuffling in\nthe LLD. Finally, all the goodness from txq caching and xps/rps\ncan still be leveraged.\n\nMany drivers and hardware exist with the ability to implement\nQOS schemes in the hardware but currently these drivers tend\nto rely on firmware to reroute specific traffic, a driver\nspecific select_queue or the queue_mapping action in the\nqdisc.\n\nBy using select_queue for this drivers need to be updated for\neach and every traffic type and we lose the goodness of much\nof the upstream work. Firmware solutions are inherently\ninflexible. And finally if admins are expected to build a\nqdisc and filter rules to steer traffic this requires knowledge\nof how the hardware is currently configured. The number of tx\nqueues and the queue offsets may change depending on resources.\nAlso this approach incurs all the overhead of a qdisc with filters.\n\nWith the mechanism in this patch users can set skb priority using\nexpected methods ie setsockopt() or the stack can set the priority\ndirectly. Then the skb will be steered to the correct tx queues\naligned with hardware QOS traffic classes. In the normal case with\nsingle traffic class and all queues in this class everything\nworks as is until the LLD enables multiple tcs.\n\nTo steer the skb we mask out the lower 4 bits of the priority\nand allow the hardware to configure upto 15 distinct classes\nof traffic. This is expected to be sufficient for most applications\nat any rate it is more then the 8021Q spec designates and is\nequal to the number of prio bands currently implemented in\nthe default qdisc.\n\nThis in conjunction with a userspace application such as\nlldpad can be used to implement 8021Q transmission selection\nalgorithms one of these algorithms being the extended transmission\nselection algorithm currently being used for DCB.\n\nSigned-off-by: John Fastabend \u003cjohn.r.fastabend@intel.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e7ed828f10bd89a28f821ae7f20e691704d61923",
      "tree": "e1e19b5e6d7c2f5291a7ea6a09ff34cf631a3c67",
      "parents": [
        "cbda10fa97d72c7a1923be4426171aa90e8c6dab"
      ],
      "author": {
        "name": "Vlad Dogaru",
        "email": "ddvlad@rosedu.org",
        "time": "Thu Jan 13 23:38:31 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jan 19 23:31:10 2011 -0800"
      },
      "message": "netlink: support setting devgroup parameters\n\nIf a rtnetlink request specifies a negative or zero ifindex and has no\ninterface name attribute, but has a group attribute, then the chenges\nare made to all the interfaces belonging to the specified group.\n\nSigned-off-by: Vlad Dogaru \u003cddvlad@rosedu.org\u003e\nAcked-by: Jamal Hadi Salim \u003chadi@cyberus.ca\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "cbda10fa97d72c7a1923be4426171aa90e8c6dab",
      "tree": "113206ef603189e9f91f075e154cbdc8e1ac3f40",
      "parents": [
        "441c793a56502638d45d5da2195056d686147370"
      ],
      "author": {
        "name": "Vlad Dogaru",
        "email": "ddvlad@rosedu.org",
        "time": "Thu Jan 13 23:38:30 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jan 19 23:31:09 2011 -0800"
      },
      "message": "net_device: add support for network device groups\n\nNet devices can now be grouped, enabling simpler manipulation from\nuserspace. This patch adds a group field to the net_device structure, as\nwell as rtnetlink support to query and modify it.\n\nSigned-off-by: Vlad Dogaru \u003cddvlad@rosedu.org\u003e\nAcked-by: Jamal Hadi Salim \u003chadi@cyberus.ca\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "441c793a56502638d45d5da2195056d686147370",
      "tree": "df9860150ce675a2f05e657f2ccad572eced7a66",
      "parents": [
        "6997e618910b902081a5123f228aac620faa899b"
      ],
      "author": {
        "name": "Shan Wei",
        "email": "shanwei@cn.fujitsu.com",
        "time": "Thu Jan 13 22:19:52 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jan 19 23:20:04 2011 -0800"
      },
      "message": "net: cleanup unused macros in net directory\n\nClean up some unused macros in net/*.\n1. be left for code change. e.g. PGV_FROM_VMALLOC, PGV_FROM_VMALLOC, KMEM_SAFETYZONE.\n2. never be used since introduced to kernel.\n   e.g. P9_RDMA_MAX_SGE, UTIL_CTRL_PKT_SIZE.\n\nSigned-off-by: Shan Wei \u003cshanwei@cn.fujitsu.com\u003e\nAcked-by: Sjur Braendeland \u003csjur.brandeland@stericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6997e618910b902081a5123f228aac620faa899b",
      "tree": "1dd2cea843f7450e738c2ba563ea884b8506c0bb",
      "parents": [
        "16fded7da2cefc619ece0d44f8df76b533c43fd2"
      ],
      "author": {
        "name": "Jon Mason",
        "email": "jon.mason@exar.com",
        "time": "Tue Jan 18 15:02:22 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jan 19 23:18:14 2011 -0800"
      },
      "message": "vxge: update driver version\n\nUpdate vxge driver version to 2.5.2\n\nSigned-off-by: Jon Mason \u003cjon.mason@exar.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "16fded7da2cefc619ece0d44f8df76b533c43fd2",
      "tree": "ec9ca42bf2e754e378dbd701def152c7dc5cf194",
      "parents": [
        "1d15f81cda496f1c1d59af7458ea0bcdeeb726f3"
      ],
      "author": {
        "name": "Jon Mason",
        "email": "jon.mason@exar.com",
        "time": "Tue Jan 18 15:02:21 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jan 19 23:18:14 2011 -0800"
      },
      "message": "vxge: MSIX one shot mode\n\nTo reduce the possibility of losing an interrupt in the handler due to a\nrace between an interrupt processing and disable/enable of interrupts,\nenable MSIX one shot.\n\nAlso, add support for adaptive interrupt coalesing\n\nSigned-off-by: Jon Mason \u003cjon.mason@exar.com\u003e\nSigned-off-by: Masroor Vettuparambil \u003cmasroor.vettuparambil@exar.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1d15f81cda496f1c1d59af7458ea0bcdeeb726f3",
      "tree": "7e7cd91267b9e2a7f83d93611d481182da060df5",
      "parents": [
        "6cca200362b46a6845b3f07367f5068a427161e1"
      ],
      "author": {
        "name": "Jon Mason",
        "email": "jon.mason@exar.com",
        "time": "Tue Jan 18 15:02:20 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jan 19 23:18:13 2011 -0800"
      },
      "message": "vxge: correct eprom version detection\n\nThe firmware PXE EPROM version detection is failing due to passing the\nwrong parameter into firmware query function.  Also, the version\nprinting function has an extraneous newline.\n\nSigned-off-by: Jon Mason \u003cjon.mason@exar.com\u003e\nSigned-off-by: Sivakumar Subramani \u003csivakumar.subramani@exar.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6cca200362b46a6845b3f07367f5068a427161e1",
      "tree": "7f61585e158691935618afa591219ae343d27b8c",
      "parents": [
        "80f8f1027b99660897bdeaeae73002185d829906"
      ],
      "author": {
        "name": "Jon Mason",
        "email": "jon.mason@exar.com",
        "time": "Tue Jan 18 15:02:19 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jan 19 23:18:13 2011 -0800"
      },
      "message": "vxge: cleanup probe error paths\n\nReorder the commands to be in the inverse order of their allocations\n(instead of the random order they appear to be in), propagate return\ncode on errors from pci_request_region and register_netdev, reduce the\nconfig_dev_cnt and total_dev_cnt counters on remove, and return the\ncorrect error code for vdev-\u003evpaths kzalloc failures.  Also, prevent\nleaking of vdev-\u003evpaths memory and netdev in vxge_probe error path due\nto freeing for these not occurring in vxge_device_unregister.\n\nSigned-off-by: Jon Mason \u003cjon.mason@exar.com\u003e\nSigned-off-by: Sivakumar Subramani \u003csivakumar.subramani@exar.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "14f0290ba44de6ed435fea24bba26e7868421c66",
      "tree": "449d32e4848007e3edbcab14fa8e09fdc66608ed",
      "parents": [
        "f5c88f56b35599ab9ff2d3398e0153e4cd4a4c82",
        "a5db219f4cf9f67995eabd53b81a1232c82f5852"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Wed Jan 19 23:51:37 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Wed Jan 19 23:51:37 2011 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of /repos/git/net-next-2.6\n"
    },
    {
      "commit": "f5c88f56b35599ab9ff2d3398e0153e4cd4a4c82",
      "tree": "fd2cb178044db9a256638b2e6565795b91cb3c26",
      "parents": [
        "a992ca2a0498edd22a88ac8c41570f536de29c9e"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Wed Jan 19 19:10:49 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Wed Jan 19 19:10:49 2011 +0100"
      },
      "message": "netfilter: nf_conntrack: fix lifetime display for disabled connections\n\nWhen no tstamp extension exists, ct_delta_time() returns -1, which is\nthen assigned to an u64 and tested for negative values to decide\nwhether to display the lifetime. This obviously doesn\u0027t work, use\na s64 and merge the two minor functions into one.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "cc4fc022571376412986e27e08b0765e9cb2aafb",
      "tree": "5ac8445f9f00461614e18cd39cfcfe4f962b5412",
      "parents": [
        "93557f53e1fbd9e2b6574ab0a9b5852628fde9e3"
      ],
      "author": {
        "name": "Jan Engelhardt",
        "email": "jengelh@medozas.de",
        "time": "Tue Jan 18 17:32:40 2011 +0100"
      },
      "committer": {
        "name": "Jan Engelhardt",
        "email": "jengelh@medozas.de",
        "time": "Wed Jan 19 18:27:46 2011 +0100"
      },
      "message": "netfilter: xtables: connlimit revision 1\n\nThis adds destination address-based selection. The old \"inverse\"\nmember is overloaded (memory-wise) with a new \"flags\" variable,\nsimilar to how J.Park did it with xt_string rev 1. Since revision 0\nuserspace only sets flag 0x1, no great changes are made to explicitly\ntest for different revisions.\n\nSigned-off-by: Jan Engelhardt \u003cjengelh@medozas.de\u003e\n"
    },
    {
      "commit": "a992ca2a0498edd22a88ac8c41570f536de29c9e",
      "tree": "4574d4da3f44c7dd3879cb4f209a8bd3a37c0ca9",
      "parents": [
        "93557f53e1fbd9e2b6574ab0a9b5852628fde9e3"
      ],
      "author": {
        "name": "Pablo Neira Ayuso",
        "email": "pablo@netfilter.org",
        "time": "Wed Jan 19 16:00:07 2011 +0100"
      },
      "committer": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Wed Jan 19 16:00:07 2011 +0100"
      },
      "message": "netfilter: nf_conntrack_tstamp: add flow-based timestamp extension\n\nThis patch adds flow-based timestamping for conntracks. This\nconntrack extension is disabled by default. Basically, we use\ntwo 64-bits variables to store the creation timestamp once the\nconntrack has been confirmed and the other to store the deletion\ntime. This extension is disabled by default, to enable it, you\nhave to:\n\necho 1 \u003e /proc/sys/net/netfilter/nf_conntrack_timestamp\n\nThis patch allows to save memory for user-space flow-based\nloogers such as ulogd2. In short, ulogd2 does not need to\nkeep a hashtable with the conntrack in user-space to know\nwhen they were created and destroyed, instead we use the\nkernel timestamp. If we want to have a sane IPFIX implementation\nin user-space, this nanosecs resolution timestamps are also\nuseful. Other custom user-space applications can benefit from\nthis via libnetfilter_conntrack.\n\nThis patch modifies the /proc output to display the delta time\nin seconds since the flow start. You can also obtain the\nflow-start date by means of the conntrack-tools.\n\nSigned-off-by: Pablo Neira Ayuso \u003cpablo@netfilter.org\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\n"
    },
    {
      "commit": "80f8f1027b99660897bdeaeae73002185d829906",
      "tree": "b8aafe71974b2b7295f20eeb1fad6191fadd8551",
      "parents": [
        "d6ae3bae3d1bf7a8bf367e29f2cac0788dcd0db5"
      ],
      "author": {
        "name": "Eric Dumazet",
        "email": "eric.dumazet@gmail.com",
        "time": "Tue Jan 18 07:46:52 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 21:33:05 2011 -0800"
      },
      "message": "net: filter: dont block softirqs in sk_run_filter()\n\nPacket filter (BPF) doesnt need to disable softirqs, being fully\nre-entrant and lock-less.\n\nSigned-off-by: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d6ae3bae3d1bf7a8bf367e29f2cac0788dcd0db5",
      "tree": "726d5e4ceb62556d89a4548064acdace5319b1e4",
      "parents": [
        "a5db219f4cf9f67995eabd53b81a1232c82f5852"
      ],
      "author": {
        "name": "Alban Crequy",
        "email": "alban.crequy@collabora.co.uk",
        "time": "Tue Jan 18 06:39:15 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 21:33:05 2011 -0800"
      },
      "message": "af_unix: implement socket filter\n\nLinux Socket Filters can already be successfully attached and detached on unix\nsockets with setsockopt(sockfd, SOL_SOCKET, SO_{ATTACH,DETACH}_FILTER, ...).\nSee: Documentation/networking/filter.txt\n\nBut the filter was never used in the unix socket code so it did not work. This\npatch uses sk_filter() to filter buffers before delivery.\n\nThis short program demonstrates the problem on SOCK_DGRAM.\n\nint main(void) {\n  int i, j, ret;\n  int sv[2];\n  struct pollfd fds[2];\n  char *message \u003d \"Hello world!\";\n  char buffer[64];\n  struct sock_filter ins[32] \u003d {{0,},};\n  struct sock_fprog filter;\n\n  socketpair(AF_UNIX, SOCK_DGRAM, 0, sv);\n\n  for (i \u003d 0 ; i \u003c 2 ; i++) {\n    fds[i].fd \u003d sv[i];\n    fds[i].events \u003d POLLIN;\n    fds[i].revents \u003d 0;\n  }\n\n  for(j \u003d 1 ; j \u003c 13 ; j++) {\n\n    /* Set a socket filter to truncate the message */\n    memset(ins, 0, sizeof(ins));\n    ins[0].code \u003d BPF_RET|BPF_K;\n    ins[0].k \u003d j;\n    filter.len \u003d 1;\n    filter.filter \u003d ins;\n    setsockopt(sv[1], SOL_SOCKET, SO_ATTACH_FILTER, \u0026filter, sizeof(filter));\n\n    /* send a message */\n    send(sv[0], message, strlen(message) + 1, 0);\n\n    /* The filter should let the message pass but truncated. */\n    poll(fds, 2, 0);\n\n    /* Receive the truncated message*/\n    ret \u003d recv(sv[1], buffer, 64, 0);\n    printf(\"received %d bytes, expected %d\\n\", ret, j);\n  }\n\n    for (i \u003d 0 ; i \u003c 2 ; i++)\n      close(sv[i]);\n\n  return 0;\n}\n\nSigned-off-by: Alban Crequy \u003calban.crequy@collabora.co.uk\u003e\nReviewed-by: Ian Molton \u003cian.molton@collabora.co.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a5db219f4cf9f67995eabd53b81a1232c82f5852",
      "tree": "5fffcb7ebd543b39468822963f9190fe6bf41bff",
      "parents": [
        "c56eb8fb6dccb83d9fe62fd4dc00c834de9bc470",
        "ff76015f3bdfbc482c723cb4f2559cef84d178ca"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:28:31 2011 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:28:31 2011 -0800"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "ff76015f3bdfbc482c723cb4f2559cef84d178ca",
      "tree": "ace57889f883a6bc56a1de8d95cedccd040158c3",
      "parents": [
        "5ae2f66fe4626340d4fd9d26b522ce377c780a56"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "cbouatmailru@gmail.com",
        "time": "Tue Jan 18 02:36:02 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:13:51 2011 -0800"
      },
      "message": "gianfar: Fix misleading indentation in startup_gfar()\n\nJust stumbled upon the issue while looking for another bug.\n\nThe code looks correct, the indentation is not.\n\nSigned-off-by: Anton Vorontsov \u003ccbouatmailru@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5ae2f66fe4626340d4fd9d26b522ce377c780a56",
      "tree": "f5e9967692bbec0c088760814973e59fe5b8264d",
      "parents": [
        "6ee400aafb60289b78fcde5ebccd8c4973fc53f4"
      ],
      "author": {
        "name": "Kuninori Morimoto",
        "email": "kuninori.morimoto.gx@renesas.com",
        "time": "Thu Jan 13 21:47:42 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:13:51 2011 -0800"
      },
      "message": "net/irda/sh_irda: return to RX mode when TX error\n\nsh_irda can not use RX/TX in same time,\nbut this driver didn\u0027t return to RX mode when TX error occurred.\nThis patch care xmit error case to solve this issue.\n\nSigned-off-by: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6ee400aafb60289b78fcde5ebccd8c4973fc53f4",
      "tree": "d2cf34a95277a35836bbbb898a15d3dfa45e4368",
      "parents": [
        "f742aa8acb7e50a383f6d2b00b1c52e081970d38"
      ],
      "author": {
        "name": "Jesse Gross",
        "email": "jesse@nicira.com",
        "time": "Mon Jan 17 20:46:00 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:13:50 2011 -0800"
      },
      "message": "net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.\n\nIn netif_skb_features() we return only the features that are valid for vlans\nif we have a vlan packet.  However, we should not mask out NETIF_F_HW_VLAN_TX\nsince it enables transmission of vlan tags and is obviously valid.\n\nReported-by: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nSigned-off-by: Jesse Gross \u003cjesse@nicira.com\u003e\nAcked-by: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f742aa8acb7e50a383f6d2b00b1c52e081970d38",
      "tree": "365776e1df59f97ebad512ab61f57a704495bc72",
      "parents": [
        "1956cc52e73984a39252994f0beee458fc0d8909"
      ],
      "author": {
        "name": "Alexey Orishko",
        "email": "alexey.orishko@gmail.com",
        "time": "Mon Jan 17 07:07:25 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:13:50 2011 -0800"
      },
      "message": "USB CDC NCM: tx_fixup() race condition fix\n\n- tx_fixup() can be called from either timer callback or from xmit()\n  in usbnet, so spinlock is added to avoid concurrency-related problem.\n- minor correction due to checkpatch warning for some line over 80\n  chars after previous patch was applied.\n\nSigned-off-by: Alexey Orishko \u003calexey.orishko@stericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1956cc52e73984a39252994f0beee458fc0d8909",
      "tree": "aac01b12ee07ed2f5dd03ffdd77daee08ef85461",
      "parents": [
        "2fdc1c8093255f9da877d7b9ce3f46c2098377dc"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jj@chaosbits.net",
        "time": "Mon Jan 17 10:24:57 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:13:49 2011 -0800"
      },
      "message": "ns83820: Avoid bad pointer deref in ns83820_init_one().\n\nIn drivers/net/ns83820.c::ns83820_init_one() we dynamically allocate\nmemory via alloc_etherdev(). We then call PRIV() on the returned storage\nwhich is \u0027return netdev_priv()\u0027. netdev_priv() takes the pointer it is\npassed and adds \u0027ALIGN(sizeof(struct net_device), NETDEV_ALIGN)\u0027 to it and\nreturns it. Then we test the resulting pointer for NULL, which it is\nunlikely to be at this point, and later dereference it. This will go bad\nif alloc_etherdev() actually returned NULL.\n\nThis patch reworks the code slightly so that we test for a NULL pointer\n(and return -ENOMEM) directly after calling alloc_etherdev().\n\nSigned-off-by: Jesper Juhl \u003cjj@chaosbits.net\u003e\nSigned-off-by: Benjamin LaHaise \u003cbcrl@kvack.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2fdc1c8093255f9da877d7b9ce3f46c2098377dc",
      "tree": "aaf2ce878a25db10ce5509d5e9931d6e68184f06",
      "parents": [
        "6aefc522a8680f7b5a794f14dc78d6eab1cfdc37"
      ],
      "author": {
        "name": "Romain Francoise",
        "email": "romain@orebokech.com",
        "time": "Mon Jan 17 07:59:18 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:13:49 2011 -0800"
      },
      "message": "ipv6: Silence privacy extensions initialization\n\nWhen a network namespace is created (via CLONE_NEWNET), the loopback\ninterface is automatically added to the new namespace, triggering a\nprintk in ipv6_add_dev() if CONFIG_IPV6_PRIVACY is set.\n\nThis is problematic for applications which use CLONE_NEWNET as\npart of a sandbox, like Chromium\u0027s suid sandbox or recent versions of\nvsftpd. On a busy machine, it can lead to thousands of useless\n\"lo: Disabled Privacy Extensions\" messages appearing in dmesg.\n\nIt\u0027s easy enough to check the status of privacy extensions via the\nuse_tempaddr sysctl, so just removing the printk seems like the most\nsensible solution.\n\nSigned-off-by: Romain Francoise \u003cromain@orebokech.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6aefc522a8680f7b5a794f14dc78d6eab1cfdc37",
      "tree": "4f4471a6a8ae5e583a2779d55f7ac73f5af4b542",
      "parents": [
        "82a0d4757c03687894123b197ec9c40f7dd16800"
      ],
      "author": {
        "name": "Yaniv Rosner",
        "email": "yanivr@broadcom.com",
        "time": "Tue Jan 18 04:33:55 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:10:40 2011 -0800"
      },
      "message": "bnx2x: Update bnx2x version to 1.62.00-4\n\nUpdate bnx2x version to 1.62.00-4\n\nSigned-off-by: Yaniv Rosner \u003cyanivr@broadcom.com\u003e\nSigned-off-by: Eilon Greenstein \u003ceilong@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "82a0d4757c03687894123b197ec9c40f7dd16800",
      "tree": "61a6ffa792df1f28e7e8e3454067b449f71c3dbe",
      "parents": [
        "f25b3c8b5f696cf74adfb37c9d9982c72f4106c9"
      ],
      "author": {
        "name": "Yaniv Rosner",
        "email": "yanivr@broadcom.com",
        "time": "Tue Jan 18 04:33:52 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:10:39 2011 -0800"
      },
      "message": "bnx2x: Fix AER setting for BCM57712\n\nFix AER settings for BCM57712 to allow accessing all device addresses range in CL45 MDC/MDIO\n\nSigned-off-by: Yaniv Rosner \u003cyanivr@broadcom.com\u003e\nSigned-off-by: Eilon Greenstein \u003ceilong@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f25b3c8b5f696cf74adfb37c9d9982c72f4106c9",
      "tree": "6616b75dd1d12248c59e56cb9f5341b1a041216e",
      "parents": [
        "791f18c0da3ad540806122e173d6b730d7d7f60b"
      ],
      "author": {
        "name": "Yaniv Rosner",
        "email": "yanivr@broadcom.com",
        "time": "Tue Jan 18 04:33:47 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:10:39 2011 -0800"
      },
      "message": "bnx2x: Fix BCM84823 LED behavior\n\nFix BCM84823 LED behavior which may show on some systems\n\nSigned-off-by: Yaniv Rosner \u003cyanivr@broadcom.com\u003e\nSigned-off-by: Eilon Greenstein \u003ceilong@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "791f18c0da3ad540806122e173d6b730d7d7f60b",
      "tree": "7d842cb483c3e7c8b1f7e6785de8f798390f4c1a",
      "parents": [
        "5c99274b0177cd614455c277b1a4d4410d9cb702"
      ],
      "author": {
        "name": "Yaniv Rosner",
        "email": "yanivr@broadcom.com",
        "time": "Tue Jan 18 04:33:42 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:10:38 2011 -0800"
      },
      "message": "bnx2x: Mark full duplex on some external PHYs\n\nDevice may show incorrect duplex mode for devices with external PHY\n\nSigned-off-by: Yaniv Rosner \u003cyanivr@broadcom.com\u003e\nSigned-off-by: Eilon Greenstein \u003ceilong@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5c99274b0177cd614455c277b1a4d4410d9cb702",
      "tree": "ab857db34f7375c19e6e7d97af13534fe0b6d224",
      "parents": [
        "1f48353a3ce7297f5150b47e21df5ec212876e5d"
      ],
      "author": {
        "name": "Yaniv Rosner",
        "email": "yanivr@broadcom.com",
        "time": "Tue Jan 18 04:33:36 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:10:38 2011 -0800"
      },
      "message": "bnx2x: Fix BCM8073/BCM8727 microcode loading\n\nImprove microcode loading verification before proceeding to next stage\n\nSigned-off-by: Yaniv Rosner \u003cyanivr@broadcom.com\u003e\nSigned-off-by: Eilon Greenstein \u003ceilong@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1f48353a3ce7297f5150b47e21df5ec212876e5d",
      "tree": "c25ce5bc49de8f612606b9710c224b0865fd1429",
      "parents": [
        "b21a3424877a4d5ca91a6d446ed581a2bd03160c"
      ],
      "author": {
        "name": "Yaniv Rosner",
        "email": "yanivr@broadcom.com",
        "time": "Tue Jan 18 04:33:31 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:10:37 2011 -0800"
      },
      "message": "bnx2x: LED fix for BCM8727 over BCM57712\n\nLED on BCM57712+BCM8727 systems requires different settings\n\nSigned-off-by: Yaniv Rosner \u003cyanivr@broadcom.com\u003e\nSigned-off-by: Eilon Greenstein \u003ceilong@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b21a3424877a4d5ca91a6d446ed581a2bd03160c",
      "tree": "6d6f54d787a2bb3c84184f60bce59d33ed2ad901",
      "parents": [
        "74d7a11979e39adc1fc4d7a77afe83aa12a0f2b1"
      ],
      "author": {
        "name": "Yaniv Rosner",
        "email": "yanivr@broadcom.com",
        "time": "Tue Jan 18 04:33:24 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:10:36 2011 -0800"
      },
      "message": "bnx2x: Common init will be executed only once after POR\n\nCommon init used to be called by the driver when the first port comes up, mainly to reset and reload external PHY microcode.\nHowever, in case management driver is active on the other port, traffic would halted. So limit the common init to be done only once after POR.\n\nSigned-off-by: Yaniv Rosner \u003cyanivr@broadcom.com\u003e\nSigned-off-by: Eilon Greenstein \u003ceilong@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "74d7a11979e39adc1fc4d7a77afe83aa12a0f2b1",
      "tree": "326ad93d0674bb866199e8c06f439691cf63113b",
      "parents": [
        "f966a13f92913ce8cbd35bc7f066553c9f3d41b0"
      ],
      "author": {
        "name": "Yaniv Rosner",
        "email": "yanivr@broadcom.com",
        "time": "Tue Jan 18 04:33:18 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 16:10:36 2011 -0800"
      },
      "message": "bnx2x: Swap BCM8073 PHY polarity if required\n\nEnable controlling BCM8073 PN polarity swap through nvm configuration, which is required in certain systems\n\nSigned-off-by: Yaniv Rosner \u003cyanivr@broadcom.com\u003e\nSigned-off-by: Eilon Greenstein \u003ceilong@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c56eb8fb6dccb83d9fe62fd4dc00c834de9bc470",
      "tree": "0d05bdc0d51e6b5d357b662d6489ef6501158933",
      "parents": [
        "39f3b1a6878bd9d8c81443546c1115c38d18d44d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 18 15:14:02 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 18 15:14:02 2011 -0800"
      },
      "message": "Linux 2.6.38-rc1\n"
    },
    {
      "commit": "39f3b1a6878bd9d8c81443546c1115c38d18d44d",
      "tree": "bc30eb676c6f62236c222837730c811461d6baa0",
      "parents": [
        "335bc70b6b5fdc9b4e28cb56c27f10124064f9da",
        "c7bf71c517abfc3b15970d67910e0f62e0522939"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 18 14:30:00 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 18 14:30:00 2011 -0800"
      },
      "message": "Merge branch \u0027hwmon-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging\n\n* \u0027hwmon-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging:\n  hwmon: (lm93) Add support for LM94\n"
    },
    {
      "commit": "335bc70b6b5fdc9b4e28cb56c27f10124064f9da",
      "tree": "7f5a1594a09cdcb2ea9a5d768ea72c0256f6aa3c",
      "parents": [
        "404cbbd52f10d1d5719ad82ce8ba903890779255",
        "66832eb4baaaa9abe4c993ddf9113a79e39b9915"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 18 14:29:37 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 18 14:29:37 2011 -0800"
      },
      "message": "Merge branch \u0027perf-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip\n\n* \u0027perf-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:\n  perf: Validate cpu early in perf_event_alloc()\n  perf: Find_get_context: fix the per-cpu-counter check\n  perf: Fix contexted inheritance\n"
    },
    {
      "commit": "404cbbd52f10d1d5719ad82ce8ba903890779255",
      "tree": "b589594e2891f3dbdccdea87233c917d338001df",
      "parents": [
        "5d7e8af3c5727626b9e7f909c778b9ac9b4a1809",
        "7b698ea377e10b074ceef0d79218e6622d618421"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 18 14:29:21 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 18 14:29:21 2011 -0800"
      },
      "message": "Merge branch \u0027x86-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip\n\n* \u0027x86-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:\n  x86: Clear irqstack thread_info\n  x86: Make relocatable kernel work with new binutils\n"
    },
    {
      "commit": "5d7e8af3c5727626b9e7f909c778b9ac9b4a1809",
      "tree": "13d51e31ee070113538a6d26d9a52503ba4a3cd0",
      "parents": [
        "aa891f6b3f440402c6879ad1ecf332d318137422",
        "79aa18d557bef02171da42ee928c23509e6ef4f7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 18 14:28:48 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 18 14:28:48 2011 -0800"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://git.linux-mips.org/pub/scm/upstream-linus\n\n* \u0027upstream\u0027 of git://git.linux-mips.org/pub/scm/upstream-linus: (26 commits)\n  MIPS: Malta: enable Cirrus FB console\n  MIPS: add CONFIG_VIRTUALIZATION for virtio support\n  MIPS: Implement __read_mostly\n  MIPS: ath79: add common WMAC device for AR913X based boards\n  MIPS: ath79: Add initial support for the Atheros AP81 reference board\n  MIPS: ath79: add common SPI controller device\n  SPI: Add SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCs\n  MIPS: ath79: add common GPIO buttons device\n  MIPS: ath79: add common watchdog device\n  MIPS: ath79: add common GPIO LEDs device\n  MIPS: ath79: add initial support for the Atheros PB44 reference board\n  MIPS: ath79: utilize the MIPS multi-machine support\n  MIPS: ath79: add GPIOLIB support\n  MIPS: Add initial support for the Atheros AR71XX/AR724X/AR931X SoCs\n  MIPS: jump label: Add MIPS support.\n  MIPS: Use WARN() in uasm for better diagnostics.\n  MIPS: Optimize TLB handlers for Octeon CPUs\n  MIPS: Add LDX and LWX instructions to uasm.\n  MIPS: Use BBIT instructions in TLB handlers\n  MIPS: Declare uasm bbit0 and bbit1 functions.\n  ...\n"
    },
    {
      "commit": "f966a13f92913ce8cbd35bc7f066553c9f3d41b0",
      "tree": "5039770cf62f69317c974775190cc4f5919f8398",
      "parents": [
        "7e96fbf2320782fb8f0970928026105cd34b41bd",
        "38d59392b29437af3a702209b6a5196ef01f79a8"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 12:50:19 2011 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jan 18 12:50:19 2011 -0800"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6\n"
    },
    {
      "commit": "c7bf71c517abfc3b15970d67910e0f62e0522939",
      "tree": "7c426f987ba9c338a81456e551f3a868e2ac27ac",
      "parents": [
        "a25cecce88194b2edf38b8c3b1665e9318eb2d22"
      ],
      "author": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Mon Jan 17 12:48:20 2011 -0800"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Tue Jan 18 12:22:54 2011 -0800"
      },
      "message": "hwmon: (lm93) Add support for LM94\n\nThis patch adds basic support for LM94 to the LM93 driver. LM94 specific\nsensors and features are not supported.\n\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "38d59392b29437af3a702209b6a5196ef01f79a8",
      "tree": "998761df5e1f35d237ff3c9ff42842ee8ba7d6bb",
      "parents": [
        "599b13adc2bf236da8f86a34b0b51168e19d3524"
      ],
      "author": {
        "name": "Wey-Yi Guy",
        "email": "wey-yi.w.guy@intel.com",
        "time": "Tue Jan 18 07:59:13 2011 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Jan 18 15:10:31 2011 -0500"
      },
      "message": "iwlwifi: fix valid chain reading from EEPROM\n\nWhen read valid tx/rx chains from EEPROM, there is a bug to use the\ntx chain value for both tx and rx, the result of this cause low\nreceive throughput on 1x2 devices becuase rx will only utilize single\nchain instead of two chains\n\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "599b13adc2bf236da8f86a34b0b51168e19d3524",
      "tree": "f7f319d20d367360a8324070e9a6a9a77a3c6b08",
      "parents": [
        "811ea256b30b37091b5bbf41517404cf98ab56c1"
      ],
      "author": {
        "name": "Bob Copeland",
        "email": "me@bobcopeland.com",
        "time": "Tue Jan 18 08:06:43 2011 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Jan 18 15:10:31 2011 -0500"
      },
      "message": "ath5k: fix locking in tx_complete_poll_work\n\nath5k_reset must be called with sc-\u003elock.  Since the tx queue\nwatchdog runs in a workqueue and accesses sc, it\u0027s appropriate\nto just take the lock over the whole function.\n\nSigned-off-by: Bob Copeland \u003cme@bobcopeland.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "66832eb4baaaa9abe4c993ddf9113a79e39b9915",
      "tree": "bc1b60069c5313231a5ddca0f0dcab953489bb1e",
      "parents": [
        "22a4ec729017ba613337a28f306f94ba5023fe2e"
      ],
      "author": {
        "name": "Oleg Nesterov",
        "email": "oleg@redhat.com",
        "time": "Tue Jan 18 17:10:32 2011 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jan 18 19:34:23 2011 +0100"
      },
      "message": "perf: Validate cpu early in perf_event_alloc()\n\nStarting from perf_event_alloc()-\u003eperf_init_event(), the kernel\nassumes that event-\u003ecpu is either -1 or the valid CPU number.\n\nChange perf_event_alloc() to validate this argument early. This\nalso means we can remove the similar check in\nfind_get_context().\n\nSigned-off-by: Oleg Nesterov \u003coleg@redhat.com\u003e\nAcked-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Arnaldo Carvalho de Melo \u003cacme@redhat.com\u003e\nCc: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Prasad \u003cprasad@linux.vnet.ibm.com\u003e\nCc: Roland McGrath \u003croland@redhat.com\u003e\nCc: gregkh@suse.de\nCc: stable@kernel.org\nLKML-Reference: \u003c20110118161032.GC693@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "22a4ec729017ba613337a28f306f94ba5023fe2e",
      "tree": "a0e6ad7131088b4e1cf1072f76f9b34ead7e9065",
      "parents": [
        "c5ed5145591774bd9a2960ba4ca45a02fc70aad1"
      ],
      "author": {
        "name": "Oleg Nesterov",
        "email": "oleg@redhat.com",
        "time": "Tue Jan 18 17:10:08 2011 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jan 18 19:34:23 2011 +0100"
      },
      "message": "perf: Find_get_context: fix the per-cpu-counter check\n\nIf task \u003d\u003d NULL, find_get_context() should always check that cpu\nis correct.\n\nAfaics, the bug was introduced by 38a81da2 \"perf events: Clean\nup pid passing\", but even before that commit \"\u0026\u0026 cpu !\u003d -1\" was\nnot exactly right, -ESRCH from find_task_by_vpid() is not\naccurate.\n\nSigned-off-by: Oleg Nesterov \u003coleg@redhat.com\u003e\nAcked-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Arnaldo Carvalho de Melo \u003cacme@redhat.com\u003e\nCc: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Prasad \u003cprasad@linux.vnet.ibm.com\u003e\nCc: Roland McGrath \u003croland@redhat.com\u003e\nCc: gregkh@suse.de\nCc: stable@kernel.org\nLKML-Reference: \u003c20110118161008.GB693@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "79aa18d557bef02171da42ee928c23509e6ef4f7",
      "tree": "a79d9d5be4a03b2c6051bc0dece1cc70e690aa83",
      "parents": [
        "92e88b4e903dc6de7a82b76fd241e2ac6f87aa9e"
      ],
      "author": {
        "name": "Aurelien Jarno",
        "email": "aurelien@aurel32.net",
        "time": "Tue Jan 18 12:20:45 2011 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jan 18 19:30:29 2011 +0100"
      },
      "message": "MIPS: Malta: enable Cirrus FB console\n\nWhile most users of a physical Malta board are using the serial port\nas the console, a lot of QEMU users would prefer to interact with a\ngraphical console. Enable the Cirrus FB support in the Malta default\nconfiguration to make that possible. Note that the default console will\nstill be the serial port, users have to pass \"console\u003dtty0\" to the\nkernel to use the Cirrus FB.\n\nSigned-off-by: Aurelien Jarno \u003caurelien@aurel32.net\u003e\nTo: linux-mips@linux-mips.org\nPatchwork: https://patchwork.linux-mips.org/patch/2001/\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "92e88b4e903dc6de7a82b76fd241e2ac6f87aa9e",
      "tree": "56718f34ff36abcc7c9dccb2ba9af022d0f92e3a",
      "parents": [
        "1befdd5536e1500371f7f884d0f0ae528a519333"
      ],
      "author": {
        "name": "Aurelien Jarno",
        "email": "aurelien@aurel32.net",
        "time": "Tue Jan 18 12:20:44 2011 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jan 18 19:30:28 2011 +0100"
      },
      "message": "MIPS: add CONFIG_VIRTUALIZATION for virtio support\n\nAdd CONFIG_VIRTUALIZATION to the MIPS architecture and include the\nthe virtio code there. Used to enable the virtio drivers under QEMU.\n\nSigned-off-by: Aurelien Jarno \u003caurelien@aurel32.net\u003e\nTo: linux-mips@linux-mips.org\nPatchwork: https://patchwork.linux-mips.org/patch/2002/\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    }
  ],
  "next": "1befdd5536e1500371f7f884d0f0ae528a519333"
}
