summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: myri10ge: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-1/+0
* net: ksz884x: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0
* net: sky2: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-3/+0
* net: skge: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0
* net: jme: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0
* net: e100: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0
* net: icplus: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-1/+0
* net: fealnx: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-1/+0
* net: be2net: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0
* net: dl2k: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-1/+0
* net: sundance: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0
* net: tulip: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-216-12/+0
* nf_tables*.h: Remove extern from function prototypesJoe Perches2013-10-212-43/+40
* net: fix build warnings because of net_get_random_once mergeHannes Frederic Sowa2013-10-211-0/+1
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-10-2024-487/+1851
|\
| * batman-adv: make the backbone gw check VLAN specificAntonio Quartulli2013-10-193-43/+27
| * batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli2013-10-195-6/+21
| * batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli2013-10-195-157/+730
| * batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli2013-10-194-4/+34
| * batman-adv: remove bogus commentAntonio Quartulli2013-10-191-5/+0
| * batman-adv: refine API calls for unicast transmissions of SKBsLinus Lüssing2013-10-194-48/+108
| * batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli2013-10-196-16/+33
| * batman-adv: add sysfs framework for VLANAntonio Quartulli2013-10-194-3/+198
| * batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli2013-10-195-3/+197
| * batman-adv: make the Distributed ARP Table vlan awareAntonio Quartulli2013-10-192-48/+107
| * batman-adv: make the GW module correctly talk to the new VLAN-TTAntonio Quartulli2013-10-191-3/+18
| * batman-adv: print the VID together with the TT entriesAntonio Quartulli2013-10-192-32/+52
| * batman-adv: use vid when computing local and global TT CRCAntonio Quartulli2013-10-191-4/+31
| * batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli2013-10-1913-135/+312
| * batman-adv: update email address for Marek LindnerMarek Lindner2013-10-194-10/+10
| * batman-adv: update email address for Antonio QuartulliAntonio Quartulli2013-10-191-1/+1
| * batman-adv: update email address for Simon WunderlichSimon Wunderlich2013-10-194-5/+5
| * batman-adv: check skb preparation return valueAntonio Quartulli2013-10-191-3/+6
* | Merge branch 'net_get_random_once'David S. Miller2013-10-2023-131/+278
|\ \
| * | net: switch net_secret key generation to net_get_random_onceHannes Frederic Sowa2013-10-201-12/+2
| * | tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa2013-10-203-12/+22
| * | inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa2013-10-208-46/+44
| * | inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa2013-10-203-14/+14
| * | net: introduce new macro net_get_random_onceHannes Frederic Sowa2013-10-202-0/+73
| * | x86/jump_label: expect default_nop if static_key gets enabled on boot-upHannes Frederic Sowa2013-10-201-7/+18
| * | static_key: WARN on usage before jump_label_init was calledHannes Frederic Sowa2013-10-204-0/+24
| * | ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-204-27/+49
| * | ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-204-23/+42
|/ /
* | Merge branch 'ipip_gso'David S. Miller2013-10-2018-65/+105
|\ \
| * | bnx2x: add TSO support for IPIPEric Dumazet2013-10-201-1/+3
| * | ipip: add GSO/TSO supportEric Dumazet2013-10-2011-8/+29
| * | ipv4: gso: make inet_gso_segment() stackableEric Dumazet2013-10-203-9/+25
| * | ipv4: generalize gre_handle_offloadsEric Dumazet2013-10-204-30/+43
| * | net: generalize skb_segment()Eric Dumazet2013-10-201-17/+5
|/ /
* | ipv6: gso: remove redundant lockingEric Dumazet2013-10-201-4/+1