summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-21net: packetengines: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: neterion: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: natsemi: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: myri10ge: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: ksz884x: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: sky2: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: skge: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: jme: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: e100: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: icplus: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: fealnx: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: be2net: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: dl2k: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: sundance: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: tulip: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21nf_tables*.h: Remove extern from function prototypesJoe Perches
2013-10-21net: fix build warnings because of net_get_random_once mergeHannes Frederic Sowa
2013-10-19Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2013-10-19Merge branch 'net_get_random_once'David S. Miller
2013-10-19net: switch net_secret key generation to net_get_random_onceHannes Frederic Sowa
2013-10-19tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa
2013-10-19inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa
2013-10-19net: introduce new macro net_get_random_onceHannes Frederic Sowa
2013-10-19x86/jump_label: expect default_nop if static_key gets enabled on boot-upHannes Frederic Sowa
2013-10-19static_key: WARN on usage before jump_label_init was calledHannes Frederic Sowa
2013-10-19ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa
2013-10-19Merge branch 'ipip_gso'David S. Miller
2013-10-19bnx2x: add TSO support for IPIPEric Dumazet
2013-10-19ipip: add GSO/TSO supportEric Dumazet
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet
2013-10-19ipv4: generalize gre_handle_offloadsEric Dumazet
2013-10-19net: generalize skb_segment()Eric Dumazet
2013-10-19ipv6: gso: remove redundant lockingEric Dumazet
2013-10-19be2net: Rework PCIe error report log messagingAjit Khaparde
2013-10-19net: misc: Remove extern from function prototypesJoe Perches
2013-10-19net: ipv4/ipv6: Remove extern from function prototypesJoe Perches
2013-10-19net: dccp: Remove extern from function prototypesJoe Perches
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches
2013-10-19ipv4: gso: send_check() & segment() cleanupsEric Dumazet
2013-10-19bonding: Remove __exit tag from bond_netlink_fini().David S. Miller
2013-10-19Merge branch 'bonding'David S. Miller
2013-10-19bonding: add Netlink support active_slave optionJiri Pirko
2013-10-19bonding: add Netlink support mode optionJiri Pirko
2013-10-19bonding: move active_slave getting into separate functionJiri Pirko
2013-10-19bonding: remove bond_ioctl_change_active()Jiri Pirko
2013-10-19bonding: move active_slave setting into separate functionJiri Pirko
2013-10-19bonding: move mode setting into separate functionJiri Pirko
2013-10-19bonding: push Netlink bits into separate fileJiri Pirko