summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2015-02-18build: Check if called from git repo when generating GIT_VERSIONTobias Klauser1-1/+6
2015-02-18llmnrd, llmnr-query: Add git id to version outputTobias Klauser1-1/+2
2015-02-17all: Add version informationTobias Klauser1-2/+7
2015-02-17llmnrd: Rename main.c to llmnrd.cTobias Klauser1-2/+2
2015-02-17llmnr-query: Add simple LLMNR query programTobias Klauser1-12/+28
2015-02-17build: Add and document install targetTobias Klauser1-4/+17
2015-02-16log: Add log_dbg() to facilitate debuggingTobias Klauser1-0/+4
2015-02-06Initial import, still work in progressTobias Klauser1-0/+30
n>Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller53-640/+576 2017-02-03sched: cls_flower: expose priority to offloading netdeviceJiri Pirko1-0/+3 2017-02-03tcp: clear pfmemalloc on outgoing skbEric Dumazet1-0/+7 2017-02-03net: ipv6: Set protocol to kernel for local routesDavid Ahern1-0/+1 2017-02-03bridge: vlan dst_metadata hooks in ingress and egress pathsRoopa Prabhu6-2/+82 2017-02-03bridge: per vlan dst_metadata netlink supportRoopa Prabhu7-48/+641 2017-02-03net/sched: act_ife: Change to use ife moduleYotam Gigi2-78/+33 2017-02-03net: Introduce ife encapsulation moduleYotam Gigi5-0/+165 2017-02-03net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi1-2/+2 2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet