summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: esp{4,6}: get rid of struct esp_dataMathias Krause2013-10-293-58/+28
* net: esp{4,6}: remove padlen from struct esp_dataMathias Krause2013-10-293-19/+2
* xfrm: Don't queue retransmitted packets if the original is still on the hostSteffen Klassert2013-10-211-0/+7
* xfrm: use vmalloc_node() for percpu scratchesEric Dumazet2013-10-211-2/+4
* 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
* | be2net: Rework PCIe error report log messagingAjit Khaparde2013-10-201-3/+5
* | net: misc: Remove extern from function prototypesJoe Perches2013-10-2011-167/+157
* | net: ipv4/ipv6: Remove extern from function prototypesJoe Perches2013-10-204-59/+54
* | net: dccp: Remove extern from function prototypesJoe Perches2013-10-207-158/+148
* | net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches2013-10-208-219/+194
* | ipv4: gso: send_check() & segment() cleanupsEric Dumazet2013-10-201-13/+11
* | bonding: Remove __exit tag from bond_netlink_fini().David S. Miller2013-10-201-1/+1
* | Merge branch 'bonding'David S. Miller2013-10-207-186/+337
|\ \ | |/ |/|
| * bonding: add Netlink support active_slave optionJiri Pirko2013-10-202-1/+23
| * bonding: add Netlink support mode optionJiri Pirko2013-10-202-0/+66