aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/types.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-19tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa3-12/+22
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa8-46/+44
2013-10-19inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_onceHannes Frederic Sowa3-14/+14
2013-10-19net: introduce new macro net_get_random_onceHannes Frederic Sowa2-0/+73
2013-10-19x86/jump_label: expect default_nop if static_key gets enabled on boot-upHannes Frederic Sowa1-7/+18
2013-10-19static_key: WARN on usage before jump_label_init was calledHannes Frederic Sowa4-0/+24
2013-10-19ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa4-27/+49
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa4-23/+42
2013-10-19bnx2x: add TSO support for IPIPEric Dumazet1-1/+3
2013-10-19ipip: add GSO/TSO supportEric Dumazet11-8/+29
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet3-9/+25
2013-10-19ipv4: generalize gre_handle_offloadsEric Dumazet4-30/+43
2013-10-19net: generalize skb_segment()Eric Dumazet1-17/+5
2013-10-19ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko1-4/+9
2013-10-19ip6_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko1-11/+14
2013-10-19udp6: respect IPV6_DONTFRAG sockopt in case there are pending framesJiri Pirko1-3/+2
2013-10-19ipv6: gso: remove redundant lockingEric Dumazet1-4/+1
2013-10-19be2net: Rework PCIe error report log messagingAjit Khaparde1-3/+5
2013-10-19net: misc: Remove extern from function prototypesJoe Perches11-167/+157
2013-10-19net: ipv4/ipv6: Remove extern from function prototypesJoe Perches4-59/+54
2013-10-19net: dccp: Remove extern from function prototypesJoe Perches7-158/+148
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches8-219/+194
2013-10-19ipv4: gso: send_check() & segment() cleanupsEric Dumazet1-13/+11
2013-10-19bonding: Remove __exit tag from bond_netlink_fini().David S. Miller1-1/+1
2013-10-19bonding: add Netlink support active_slave optionJiri Pirko2-1/+23
2013-10-19bonding: add Netlink support mode optionJiri Pirko2-0/+66
2013-10-19bonding: move active_slave getting into separate functionJiri Pirko3-4/+24
2013-10-19bonding: remove bond_ioctl_change_active()Jiri Pirko1-57/+2
2013-10-19bonding: move active_slave setting into separate functionJiri Pirko3-61/+83
2013-10-19bonding: move mode setting into separate functionJiri Pirko4-37/+74
2013-10-19bonding: push Netlink bits into separate fileJiri Pirko4-28/+67
2013-10-19net: fix cipso packet validation when !NETLABELSeif Mazareeb1-2/+4
2013-10-19net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann1-0/+10
2013-10-19batman-adv: make the backbone gw check VLAN specificAntonio Quartulli3-43/+27
2013-10-19batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli5-6/+21
2013-10-19batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli5-157/+730
2013-10-19ALSA: Add MAINTAINERS entry for dmaengine helpersMark Brown1-0/+7
2013-10-19parisc: enable DEVTMPFS, DEVTMPFS_MOUNT and BLK_DEV_INITRD in defconfigsHelge Deller6-0/+14
2013-10-19Revert "parisc: Export flush_cache_page() (needed by lustre)"Helge Deller1-1/+0
2013-10-19Linux 3.12-rc6Linus Torvalds1-1/+1
2013-10-19batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli4-4/+34
2013-10-19batman-adv: remove bogus commentAntonio Quartulli1-5/+0
2013-10-19batman-adv: refine API calls for unicast transmissions of SKBsLinus Lüssing4-48/+108
2013-10-19batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli6-16/+33
2013-10-19batman-adv: add sysfs framework for VLANAntonio Quartulli4-3/+198
2013-10-19batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli5-3/+197
2013-10-19batman-adv: make the Distributed ARP Table vlan awareAntonio Quartulli2-48/+107
2013-10-19batman-adv: make the GW module correctly talk to the new VLAN-TTAntonio Quartulli1-3/+18
2013-10-19batman-adv: print the VID together with the TT entriesAntonio Quartulli2-32/+52
2013-10-19batman-adv: use vid when computing local and global TT CRCAntonio Quartulli1-4/+31