1. 06 Jul, 2015 1 commit
  2. 26 Jun, 2015 15 commits
  3. 25 Jun, 2015 19 commits
  4. 28 May, 2015 4 commits
  5. 27 May, 2015 1 commit
    • Stephen Hemminger's avatar
      libnetlink: add size argument to rtnl_talk · c079e121
      Stephen Hemminger authored
      There have been several instances where response from kernel
      has overrun the stack buffer from the caller. Avoid future problems
      by passing a size argument.
      
      Also drop the unused peer and group arguments to rtnl_talk.
      c079e121