1. 03556e4 mac802154: add llsec encryption method by Phoebe Buckheister · 10 years ago
  2. 5d637d5 mac802154: add llsec structures and mutators by Phoebe Buckheister · 10 years ago
  3. 87de726 mac802154: update Kconfig by Phoebe Buckheister · 10 years ago
  4. dc20759 ieee802154: add types for link-layer security by Phoebe Buckheister · 10 years ago
  5. e54740e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 10 years ago
  6. ad2ebb3d Merge branch 'dt_fixed_phy' by David S. Miller · 10 years ago
  7. 84f6e11 ARM: mvebu: use the fixed-link PHY DT binding for the Armada XP Matrix board by Thomas Petazzoni · 10 years ago
  8. 83895be net: mvneta: add support for fixed links by Thomas Petazzoni · 10 years ago
  9. 3be2a49 of: provide a binding for fixed link PHYs by Thomas Petazzoni · 10 years ago
  10. a759512 net: phy: extend fixed driver with fixed_phy_register() by Thomas Petazzoni · 10 years ago
  11. 9b74494 net: phy: decouple PHY id and PHY address in fixed PHY driver by Thomas Petazzoni · 10 years ago
  12. 2770abc Merge branch 'bridge-non-promisc' by David S. Miller · 10 years ago
  13. 2796d0c bridge: Automatically manage port promiscuous mode. by Vlad Yasevich · 10 years ago
  14. 145beee bridge: Add addresses from static fdbs to non-promisc ports by Vlad Yasevich · 10 years ago
  15. f3a6ddf bridge: Introduce BR_PROMISC flag by Vlad Yasevich · 10 years ago
  16. 8db24af bridge: Add functionality to sync static fdb entries to hw by Vlad Yasevich · 10 years ago
  17. e028e4b bridge: Keep track of ports capable of automatic discovery. by Vlad Yasevich · 10 years ago
  18. 63c3a62 bridge: Turn flag change macro into a function. by Vlad Yasevich · 10 years ago
  19. 4c30b52 net: pch_gbe depends on x86_32 by Jean Delvare · 10 years ago
  20. ee30ef4 ip_tunnel: don't add tunnel twice by Duan Jiong · 10 years ago
  21. 9bb1a20 tools: bpf_jit_disasm: increase image buffer size by Alexei Starovoitov · 10 years ago
  22. ed4afd4 tools: bpf_jit_disasm: ignore image address for disasm by Alexei Starovoitov · 10 years ago
  23. e0a1272 Merge branch 'systemport-next' by David S. Miller · 10 years ago
  24. 00b91c6 net: systemport: wait for packet in umac_enable_set() by Florian Fainelli · 10 years ago
  25. b1ff53e net: systemport: fix dma_unmap_single() len by Florian Fainelli · 10 years ago
  26. 944df8a net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.c by Monam Agarwal · 10 years ago
  27. 88d73f6 openvswitch: Use TCP flags in the flow key for stats. by Jarno Rajahalme · 10 years ago
  28. d92ab13 openvswitch: Fix output of SCTP mask. by Jarno Rajahalme · 10 years ago
  29. 63e7959 openvswitch: Per NUMA node flow stats. by Jarno Rajahalme · 10 years ago
  30. 23dabf8 openvswitch: Remove 5-tuple optimization. by Jarno Rajahalme · 10 years ago
  31. 8c63ff0 openvswitch: Use ether_addr_copy by Joe Perches · 10 years ago
  32. 2235ad1 openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR output by Joe Perches · 10 years ago
  33. 1815a88 openvswitch: Use net_ratelimit in OVS_NLERR by Joe Perches · 10 years ago
  34. cc23ebf openvswitch: Added (unsigned long long) cast in printf by Daniele Di Proietto · 10 years ago
  35. 07dc060 openvswitch: avoid cast-qual warning in vport_priv by Daniele Di Proietto · 10 years ago
  36. d0b4da1 openvswitch: avoid warnings in vport_from_priv by Daniele Di Proietto · 10 years ago
  37. 7085130 openvswitch: use const in some local vars and casts by Daniele Di Proietto · 11 years ago
  38. bd50806 Merge branch 'bonding-next' by David S. Miller · 10 years ago
  39. 8557cd7 bonding: replace SLAVE_IS_OK() with bond_slave_can_tx() by Veaceslav Falico · 10 years ago
  40. 891ab54 bonding: rename {, bond_}slave_can_tx and clean it up by Veaceslav Falico · 10 years ago
  41. b6adc61 bonding: convert IS_UP(slave->dev) to inline function by Veaceslav Falico · 10 years ago
  42. 2807a9f bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline function by Veaceslav Falico · 10 years ago
  43. 0184409 bonding: create a macro for bond mode and use it by Veaceslav Falico · 10 years ago
  44. ec0865a bonding: make USES_PRIMARY inline functions by Veaceslav Falico · 10 years ago
  45. 267bed7 bonding: make BOND_NO_USES_ARP an inline function by Veaceslav Falico · 10 years ago
  46. d1e2e5c bonding: make TX_QUEUE_OVERRIDE() macro an inline function by Veaceslav Falico · 10 years ago
  47. befb903 bonding: remove BOND_MODE_IS_LB macro by Veaceslav Falico · 10 years ago
  48. 31ff6aa net: unix: Align send data_len up to PAGE_SIZE by Kirill Tkhai · 10 years ago
  49. a188a54 macvlan: simplify the structure port by dingtianhong · 10 years ago
  50. 112a351 vti6: delete unneeded call to netdev_priv by Julia Lawall · 10 years ago
  51. 4929fd8 ip_tunnel: delete unneeded call to netdev_priv by Julia Lawall · 10 years ago
  52. 688c3b0 net/ariadne: delete unneeded call to netdev_priv by Julia Lawall · 10 years ago
  53. 7077f22 drivers/net/wan: delete unneeded call to netdev_priv by Julia Lawall · 10 years ago
  54. dab531b net: systemport: pad packets to a minimum of 68 bytes by Florian Fainelli · 10 years ago
  55. d5e32cc net: systemport: only update UMAC_CMD if something changed by Florian Fainelli · 10 years ago
  56. 5f47dfb ti: Remove trailing semicolon from do {...} while (0) macro by Joe Perches · 10 years ago
  57. 1f499d6 Merge branch 'filter-next' by David S. Miller · 10 years ago
  58. 8f577ca seccomp: JIT compile seccomp filter by Alexei Starovoitov · 10 years ago
  59. 6225827 net: filter: x86: internal BPF JIT by Alexei Starovoitov · 10 years ago
  60. f3c2af7 net: filter: x86: split bpf_jit_compile() by Alexei Starovoitov · 10 years ago
  61. 9509b1c Merge branch 'ieee802154-next' by David S. Miller · 10 years ago
  62. 6ef0023 mac802154: make mac802154_wpan_open static by Phoebe Buckheister · 10 years ago
  63. 1cc76e3 ieee802154: fix dgram socket sendmsg() by Phoebe Buckheister · 10 years ago
  64. d4b2816 6lowpan: fix fragmentation by Phoebe Buckheister · 10 years ago
  65. 32edc40 ieee802154: change _cb handling slightly by Phoebe Buckheister · 10 years ago
  66. 8c84296 mac802154: account for all header parts during wpan header creationg by Phoebe Buckheister · 10 years ago
  67. c3a6114 ieee802154: add definitions for link-layer security and header functions by Phoebe Buckheister · 10 years ago
  68. 9dbccc3 drivers: net: Register Micrel ksz884x network devices in PCI device tree. by Markus Lottmann · 10 years ago
  69. fcd77db net: Fix CONFIG_SYSCTL ifdef test. by David S. Miller · 10 years ago
  70. fd0d5e7 Merge branch 'cpsw_cleanups' by David S. Miller · 10 years ago
  71. e194312 drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc(). by George Cherian · 10 years ago
  72. a92f40a net: davinci_mdio: Convert pr_err() to dev_err() call by George Cherian · 10 years ago
  73. 88c99ff driver net: cpsw: Convert pr_*() to dev_*() calls by George Cherian · 10 years ago
  74. eb02a27 driver/net/ethernet/ec_bhf.c: fix sparse warnings by Darek Marcinkiewicz · 10 years ago
  75. c722831 net: Use a more standard macro for INET_ADDR_COOKIE by Joe Perches · 10 years ago
  76. 126e612 net: systemport: Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  77. 005e35f Merge branch 'mlx4-next' by David S. Miller · 10 years ago
  78. 7572038 net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach() by Eyal Perry · 10 years ago
  79. c3ca520 net/mlx4_en: Using positive error value for unsigned by Eyal Perry · 10 years ago
  80. fe1ff29 net/mlx4_en: Protect MAC address modification with the state_lock mutex by Shani Michaelli · 10 years ago
  81. 483e013 net/mlx4_core: Removed unnecessary bit operation condition by Eyal Perry · 10 years ago
  82. c05a116 net/mlx4_core: Fix smatch error - possible access to a null variable by Eyal Perry · 10 years ago
  83. ee75532 net/mlx4_en: Fix errors in MAC address changing when port is down by Shani Michaelli · 10 years ago
  84. f5b6345 net/mlx4_en: User prio mapping gets corrupted when changing number of channels by Ido Shamay · 10 years ago
  85. 2eacc23 net/mlx4_core: Enforce irq affinity changes immediatly by Yuval Atias · 10 years ago
  86. 3763e7e macvlan: Propagate lowerdev MTU changes by dingtianhong · 10 years ago
  87. 8ba7e7b dccp: make the request_retries minimum is 1 by wangweidong · 10 years ago
  88. c9f2dba snmp: fix some left over of snmp stats by WANG Cong · 10 years ago
  89. 122ff24 ipv4: make ip_local_reserved_ports per netns by WANG Cong · 10 years ago
  90. 9cc5e36 irda: sh_irda: Enable driver compilation with COMPILE_TEST by Laurent Pinchart · 10 years ago
  91. d6cc76d Merge branch 'tipc-next' by David S. Miller · 10 years ago
  92. 9816f06 tipc: merge port message reception into socket reception function by Jon Paul Maloy · 10 years ago
  93. c82910e tipc: clean up neigbor discovery message reception by Jon Paul Maloy · 10 years ago
  94. 38504c2 tipc: improve and extend media address conversion functions by Jon Paul Maloy · 10 years ago
  95. 37e2216 tipc: rename and move message reassembly function by Jon Paul Maloy · 10 years ago
  96. 5074ab8 tipc: mark head of reassembly buffer as non-linear by Jon Paul Maloy · 10 years ago
  97. ec37dcd tipc: don't record link RESET or ACTIVATE messages as traffic by Jon Paul Maloy · 10 years ago
  98. 4f4482d tipc: compensate for double accounting in socket rcv buffer by Jon Paul Maloy · 10 years ago
  99. 6163a19 tipc: decrease connection flow control window by Jon Paul Maloy · 10 years ago
  100. 3fdddd8 bonding: alloc the structure ad_info dynamically in per slave by dingtianhong · 10 years ago