summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-031-0/+5
|\
| * netfilter: nft_ct: add average bytes per packet supportLiping Zhang2017-01-031-0/+2
| * netfilter: nf_tables: add missing descriptions in nft_ct_keysLiping Zhang2017-01-031-0/+3
* | bridge: uapi: add per vlan tunnel infoRoopa Prabhu2017-02-032-0/+12
* | vxlan: support fdb and learning in COLLECT_METADATA modeRoopa Prabhu2017-02-031-0/+1
* | net/sched: act_ife: Change to use ife moduleYotam Gigi2017-02-031-9/+1
* | net: Introduce ife encapsulation moduleYotam Gigi2017-02-032-0/+19
* | net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet2017-02-021-0/+1
* | unix: add ioctl to open a unix socket file with O_PATHAndrey Vagin2017-02-021-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-1/+3
|\ \
| * | net: ethtool: add support for 2500BaseT and 5000BaseT link modesPavel Belous2017-01-301-1/+3
* | | tcp: record pkts sent and retransmisttedYuchung Cheng2017-01-291-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-285-6/+13
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-272-2/+4
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-262-2/+4
| | |\ \
| | | * | netfilter: nft_log: restrict the log prefix length to 127Liping Zhang2017-01-241-0/+2
| | | * | netfilter: nf_tables: fix spelling mistakesAlexander Alemayhu2017-01-161-2/+2
| | | |/
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-01-272-1/+2
| |\ \ \
| | * | | RDMA/qedr: Add uapi header qedr-abi.hAmrani, Ram2017-01-241-0/+1
| | * | | IB/cxgb3: fix misspelling in header guardNicolas Iooss2017-01-241-1/+1
| * | | | Merge tag 'media/v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-01-271-3/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2016-12-261-3/+7
| | |\ \ \
| | | * | | [media] cec: fix report_current_latencyHans Verkuil2016-12-211-3/+7
* | | | | | Merge tag 'linux-can-next-for-4.11-20170124' of git://git.kernel.org/pub/scm/...David S. Miller2017-01-271-0/+7
|\ \ \ \ \ \
| * | | | | | can: dev: add CAN interface API for fixed bitratesMarc Kleine-Budde2017-01-241-0/+2
| * | | | | | can: dev: add CAN interface termination APIOliver Hartkopp2017-01-241-0/+5
* | | | | | | net/ipv6: allow sysctl to change link-local address generation modeFelix Jia2017-01-271-0/+1
* | | | | | | Merge tag 'batadv-next-for-davem-20170126' of git://git.open-mesh.org/linux-m...David S. Miller2017-01-262-1/+2
|\ \ \ \ \ \ \
| * | | | | | | batman-adv: update copyright years for 2017Sven Eckelmann2017-01-261-1/+1
| * | | | | | | uapi: install batman_adv.h headerSven Eckelmann2017-01-261-0/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | net/tcp-fastopen: Add new API supportWei Wang2017-01-251-0/+1
* | | | | | | Merge tag 'mlx5-updates-2017-01-24' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-01-251-1/+13
|\ \ \ \ \ \ \
| * | | | | | | IB/mlx5: Enable Eth VFs to query their min-inline value for user-spaceOr Gerlitz2017-01-241-1/+13
| | |/ / / / / | |/| | | | |
* | | | | | | net sched actions: Add support for user cookiesJamal Hadi Salim2017-01-251-0/+3
* | | | | | | bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann2017-01-241-0/+1
* | | | | | | net/sched: Introduce sample tc actionYotam Gigi2017-01-242-0/+27
* | | | | | | net: Introduce psample, a new genetlink channel for packet samplingYotam Gigi2017-01-242-0/+36
* | | | | | | bridge: multicast to unicastFelix Fietkau2017-01-241-0/+1
|/ / / / / /
* | | | | | bpf: add a longest prefix match trie map implementationDaniel Mack2017-01-231-0/+7
* | | | | | tipc: make replicast a user selectable optionJon Paul Maloy2017-01-201-2/+4
* | | | | | bpf: add bpf_probe_read_str helperGianluca Borello2017-01-201-1/+14
* | | | | | sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long2017-01-181-0/+11
* | | | | | sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long2017-01-181-0/+7
* | | | | | bridge: sparse fixes in br_ip6_multicast_alloc_query()Lance Richardson2017-01-171-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-173-3/+5
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-162-2/+2
| * | | | | Merge tag 'mac80211-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-01-151-1/+3
| |\ \ \ \ \
| | * | | | | cfg80211: consider VHT opmode on station updateBeni Lev2017-01-111-1/+3
| | |/ / / /
* | | | | | mpls: Packet statsRobert Shearman2017-01-171-0/+30
* | | | | | net: AF-specific RTM_GETSTATS attributesRobert Shearman2017-01-171-0/+1
OpenPOWER on IntegriCloud